File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ case "$jplatform/$j64x" in
9797 ;;
9898 freebsd/* ) make=gmake ;;
9999 wasm* )
100+ USE_LINENOISE=0
100101 USE_OPENMP=0
101102 LDTHREAD=" -pthread "
102103 NO_SHA_ASM=1
Original file line number Diff line number Diff line change @@ -92,7 +92,11 @@ case "$jplatform/$j64x" in
9292 ;;
9393 openbsd/* ) make=gmake ;;
9494 freebsd/* ) make=gmake ;;
95- wasm* ) USE_PYXES=0 ;;
95+ wasm* )
96+ USE_LINENOISE=0
97+ USE_OPENMP=0
98+ USE_PYXES=0
99+ ;;
96100esac
97101case " $j64x " in
98102 j32* ) USE_PYXES=" ${USE_PYXES:= 0} " ;;
Original file line number Diff line number Diff line change @@ -191,9 +191,9 @@ if [ "$1" = "wasm" ]; then
191191 export _DEBUG=0
192192 cd make2
193193 ./clean.sh
194- USE_WASM=1 jplatform=wasm j64x=j32 CC=emcc AR=emar ./build_jamalgam.sh
195- ./clean.sh
196- USE_WASM=1 jplatform=wasm j64x=j32 CC=emcc AR=emar ./build_libj.sh
194+ # USE_WASM=1 jplatform=wasm j64x=j32 ./build_jamalgam.sh
195+ # ./clean.sh
196+ USE_WASM=1 jplatform=wasm j64x=j32 ./build_libj.sh
197197 cd ..
198198 cp bin/$dest /j32/* j32
199199 find j32 -type d -exec chmod 755 {} \;
You can’t perform that action at this time.
0 commit comments