diff --git a/runner/linker_emcc.sh b/runner/linker_emcc.sh index b2d52b4..e61cb99 100755 --- a/runner/linker_emcc.sh +++ b/runner/linker_emcc.sh @@ -1,4 +1,4 @@ #!/bin/sh args="$*" filtered_args=${args/ERROR_ON_UNDEFINED_SYMBOLS\=1/ERROR_ON_UNDEFINED_SYMBOLS\=0} -emcc $filtered_args \ No newline at end of file +emcc $filtered_args \ No newline at end of file