diff --git a/assembly/wasm/fift-func-wasm-build-ubuntu.sh b/assembly/wasm/fift-func-wasm-build-ubuntu.sh index 9ca23cc0..d1e6a86a 100644 --- a/assembly/wasm/fift-func-wasm-build-ubuntu.sh +++ b/assembly/wasm/fift-func-wasm-build-ubuntu.sh @@ -138,7 +138,7 @@ emcmake cmake -DUSE_EMSCRIPTEN=ON -DCMAKE_BUILD_TYPE=Release \ test $? -eq 0 || { echo "Can't configure TON with emmake "; exit 1; } cp -R ../crypto/smartcont ../crypto/fift/lib crypto -emmake make -j16 funcfiftlib func fift tlbc emulator-emscripten +emmake make -j16 funcfiftlib funcfiftlib-portable func fift tlbc emulator-emscripten test $? -eq 0 || { echo "Can't compile TON with emmake "; exit 1; }