Skip to content

Commit cc78bce

Browse files
authored
ENH Remove CMake -S and -B options from emsdk/Makefile (pyodide#1711)
1 parent 7760ce7 commit cc78bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emsdk/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ emsdk/.complete: ../Makefile.envs $(wildcard patches/*.patch)
1111
cd emsdk/binaryen && git checkout $(PYODIDE_BINARYEN_VERSION)
1212
cat patches/*.patch | patch -p1
1313
cd emsdk && ./emsdk activate --embedded --build=Release $(PYODIDE_EMSCRIPTEN_VERSION)
14-
cmake -S emsdk/binaryen -B emsdk/binaryen -DBUILD_STATIC_LIB=ON -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
14+
cd emsdk/binaryen && cmake -DBUILD_STATIC_LIB=ON -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
1515
make -C emsdk/binaryen -j5 wasm-opt
1616
cp emsdk/binaryen/bin/wasm-opt emsdk/upstream/bin/
1717
touch emsdk/.complete

0 commit comments

Comments
 (0)