shithub: MicroHs

Download patch

ref: c0eaa499f5bcba8e2c30003ff846391e8c274849
parent: 8bfee44d23eaf1bc6e0d02d124c56a02888907ae
author: Lennart Augustsson <lennart@augustsson.net>
date: Sat Nov 23 06:55:31 EST 2024

Fix emscripten problem

--- a/Makefile
+++ b/Makefile
@@ -142,7 +142,7 @@
 
 # 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)