Skip to content

Commit 7457c4b

Browse files
authored
Fixed wrong toolchain file path in js_build.sh (Chia-Network#240)
1 parent 6c785c1 commit 7457c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: js_build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ git submodule update --init --recursive
55
mkdir js_build
66
cd js_build
77

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

0 commit comments

Comments
 (0)