Skip to content

Commit 13e8d01

Browse files
authored
Attempt to fix wasm build
1 parent 49eb8e8 commit 13e8d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
-DXEUS_CPP_EMSCRIPTEN_WASM_BUILD=ON \
229229
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
230230
..
231-
EMCC_CFLAGS='-sERROR_ON_UNDEFINED_SYMBOLS=0' emmake make -j ${{ env.ncpus }}
231+
emmake make -j ${{ env.ncpus }}
232232
233233
- name: Setup tmate session
234234
if: ${{ failure() && runner.debug }}

0 commit comments

Comments
 (0)