Skip to content

Commit

Permalink
Fix emscripten problem
Browse files Browse the repository at this point in the history
  • Loading branch information
augustss committed Nov 23, 2024
1 parent 8bfee44 commit c0eaa49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ runtestmhs:

# Run test examples going via JavaScript
runtestemscripten:
cd tests; MHSDIR=.. make MHS="../bin/gmhs -temscripten -oout.js" EVAL="node out.js" alltest
cd tests; make MHS=../bin/mhs cache; MHSDIR=.. make MHS="../bin/mhs -CR -temscripten -oout.js" EVAL="node out.js" info test errtest


# Compress the binary (broken on MacOS)
Expand Down

0 comments on commit c0eaa49

Please sign in to comment.