get this working: "make wasm"

This commit is contained in:
nhmall
2020-10-11 10:51:46 -04:00
parent d4e97cc650
commit 0adb64e384
3 changed files with 4 additions and 4 deletions

View File

@@ -133,8 +133,7 @@ $(WASM_DATA_DIR): $(WASM_DATA_DIR)/nhdat
cp ../sys/lib/sysconf $(WASM_DATA_DIR)/sysconf
$(WASM_DATA_DIR)/nhdat:
( cd ..; $(MAKE) INSTDIR='$(WASM_DATA_DIR)' dlb )
( cd ..; $(MAKE) INSTDIR='$(WASM_DATA_DIR)' dofiles-dlb )
( cd ..; $(MAKE) INSTDIR='$(WASM_DATA_DIR)' $(WASMDEP) dofiles-dlb )
#
$(TARGETPFX)unixmain.o : ../sys/unix/unixmain.c $(HACK_H)