Skip to content

Commit 780bd24

Browse files
committed
cleanup
1 parent 5940d4a commit 780bd24

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@ jobs:
151151
152152
emscripten:
153153
strategy:
154-
matrix:
155-
include:
156-
- emscripten_version: 3.1.27
157154
fail-fast: false
158155
runs-on: ubuntu-latest
159156
steps:

CMakeLists.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,8 @@ endif()
8181
# Flags
8282
################################################################
8383
if(EMSCRIPTEN)
84-
85-
86-
87-
set(EMS
88-
"SHELL: -s EXTRA_EXPORTED_RUNTIME_METHODS=['FS','PATH','loadDynamicLibrary']"
89-
)
84+
# extra flags to ensure runtime methods are exported
85+
set(EMS"SHELL: -s EXTRA_EXPORTED_RUNTIME_METHODS=['FS','PATH','loadDynamicLibrary']")
9086
target_compile_options(xplugin_host INTERFACE ${EMS})
9187
target_link_options(xplugin_host INTERFACE ${EMS})
9288

0 commit comments

Comments
 (0)