Skip to content

Commit 1090461

Browse files
committed
No need to specify '--target jolt-wasm-compat jolt-wasm'
This conflicts with using '-DBUILD_WASM_COMPAT_ONLY=ON' and 'jolt-javascript' is not built in multithreaded mode anyway.
1 parent 31fcd5d commit 1090461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cmake -B Build/$BUILD_TYPE/ST -DCMAKE_BUILD_TYPE=$BUILD_TYPE "${@}"
1717
cmake --build Build/$BUILD_TYPE/ST -j`nproc`
1818

1919
cmake -B Build/$BUILD_TYPE/MT -DENABLE_MULTI_THREADING=ON -DENABLE_SIMD=ON -DCMAKE_BUILD_TYPE=$BUILD_TYPE "${@}"
20-
cmake --build Build/$BUILD_TYPE/MT -j`nproc` --target jolt-wasm-compat jolt-wasm
20+
cmake --build Build/$BUILD_TYPE/MT -j`nproc`
2121

2222
cat > ./dist/jolt-physics.d.ts << EOF
2323
import Jolt from "./types";

0 commit comments

Comments
 (0)