Skip to content

Commit

Permalink
Fixed wrong toolchain file path in js_build.sh (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaMineJP authored Jul 6, 2021
1 parent 6c785c1 commit 7457c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ git submodule update --init --recursive
mkdir js_build
cd js_build

cmake ../ -DCMAKE_TOOLCHAIN_FILE=$(realpath $(which emcc))/cmake/Modules/Platform/Emscripten.cmake
cmake ../ -DCMAKE_TOOLCHAIN_FILE=$(dirname $(realpath $(which emcc)))/cmake/Modules/Platform/Emscripten.cmake
cmake --build . --

0 comments on commit 7457c4b

Please sign in to comment.