aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-07-18 16:14:23 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-07-18 16:14:23 +0200
commitb9d617f3bfe9ac92718f995059b602c019d68c1d (patch)
treeac4fcd4e42d0f5539806a9ce563bd6960d8d830b /build
parentecc5e71e2d26fbf2f0bf2298ff8ee40366bd4ac7 (diff)
downloadnissy-core-b9d617f3bfe9ac92718f995059b602c019d68c1d.tar.gz
nissy-core-b9d617f3bfe9ac92718f995059b602c019d68c1d.zip
Fix build webtest
Diffstat (limited to '')
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index 0a968db..471e2ee 100755
--- a/build
+++ b/build
@@ -355,7 +355,8 @@ build_test() {
355build_webtest() { 355build_webtest() {
356 obj="web" 356 obj="web"
357 testobj="runtest.js" 357 testobj="runtest.js"
358 testbuild="$EMCC $WASMCFLAGS $WFLAGS $WASMMFLAGS $DFLAGS -o $testobj" 358 testbuild="$EMCC $WASMCFLAGS $WFLAGS $WASMMFLAGS $DFLAGS \
359 -sSTACK_SIZE=5MB -o $testobj"
359 testrun="$NODE $testobj" 360 testrun="$NODE $testobj"
360 build_test_generic $@ 361 build_test_generic $@
361 rm -f runtest.js runtest.wasm 362 rm -f runtest.js runtest.wasm

Generated with cgit - Back to sebastiano.tronto.net