Skip to content

Commit 677f007

Browse files
new mono structure path adjustment
1 parent 934bd24 commit 677f007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_emscripten.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ fi
1010
docker run -it --rm \
1111
--mount type=bind,source=$(pwd)/wasm,target=/mnt,readonly \
1212
--mount type=bind,source=$(pwd)/blob,target=/blob \
13-
--mount type=bind,source=$(cd ../.. && pwd),target=/rl_tools,readonly \
13+
--mount type=bind,source=$(cd ../../rl-tools/ && pwd),target=/rl_tools,readonly \
1414
--mount type=bind,source=$(cd ../../external/json && pwd),target=/json,readonly \
1515
-w /mnt \
16-
emscripten/emsdk:4.0.4 \
16+
emscripten/emsdk:4.0.17 \
1717
emcc -std=c++17 -I /rl_tools/include -I /json/include -DEMSCRIPTEN -DRL_TOOLS_ENABLE_JSON \
1818
$DEBUG_FLAGS \
1919
-s WASM=1 --bind -s EXPORTED_RUNTIME_METHODS='["cwrap", "ccall"]' -s EXPORT_ES6=1 -s MODULARIZE=1 -o /blob/l2f-interface.js l2f.cpp

0 commit comments

Comments
 (0)