Skip to content

Commit 4af2e3d

Browse files
committed
Bump emsdk version to 4.0.15
1 parent 80023f9 commit 4af2e3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ if (ENABLE_MULTI_THREADING)
6969
--post-js ${CMAKE_CURRENT_SOURCE_DIR}/multi-threaded.js
7070
-s SHARED_MEMORY)
7171
set(ENVIRONMENT_FLAG
72-
-s ENVIRONMENT='web,node,worker'
72+
-s ENVIRONMENT=web,node,worker
7373
-s PTHREAD_POOL_SIZE=16)
7474
set(CMAKE_CXX_FLAGS "-pthread -s SHARED_MEMORY")
7575
set(OUTPUT_BASE_NAME "${OUTPUT_FOLDER}jolt-physics.multithread")
7676
set(REMOVE_THREAD_LOCAL "")
7777
else()
7878
set(MULTI_THREADED_FLAG "")
79-
set(ENVIRONMENT_FLAG "-s ENVIRONMENT='web,node'")
79+
set(ENVIRONMENT_FLAG -s ENVIRONMENT=web,node)
8080
set(OUTPUT_BASE_NAME "${OUTPUT_FOLDER}jolt-physics")
8181
# Tried to keep this multi-platform since windows/mac/linux all treat -i different,
8282
# though this creates extra backup file in a non-tracked folder.

ci/install-emsdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
EMSDK_VERSION=4.0.8
3+
EMSDK_VERSION=4.0.15
44

55
git clone https://github.com/emscripten-core/emsdk.git
66

0 commit comments

Comments
 (0)