summaryrefslogtreecommitdiff
path: root/build_and_test.sh
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-02-12 22:59:01 +0100
committerMitya Selivanov <automainint@guattari.tech>2024-02-12 22:59:01 +0100
commit5873c787c631612554d6c2daeb6db08c5306fb0c (patch)
treecf918bcc7adbc8103709cc0af2dd2150d6aa91dc /build_and_test.sh
parentb66777e914dc7fa807b99f75be57b480488da567 (diff)
downloadsaw-5873c787c631612554d6c2daeb6db08c5306fb0c.zip
Properly resume audio after a use action in browser
Diffstat (limited to 'build_and_test.sh')
-rwxr-xr-xbuild_and_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_and_test.sh b/build_and_test.sh
index 517ae4a..1829a89 100755
--- a/build_and_test.sh
+++ b/build_and_test.sh
@@ -92,7 +92,7 @@ elif [ "$USE_COMPILER" = "emcc" ]; then
FOLDER=out_emcc
COMPILE=emcc
EXE_POSTFIX=.js
- LINK_FLAGS="-sFULL_ES3=1"
+ LINK_FLAGS="-sFULL_ES3"
elif [ "$USE_COMPILER" != "" ]; then
echo "Unknown C compiler"
exit 1