File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 "" )
7777else ()
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.
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- EMSDK_VERSION=4.0.8
3+ EMSDK_VERSION=4.0.15
44
55git clone https://github.com/emscripten-core/emsdk.git
66
You can’t perform that action at this time.
0 commit comments