File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export ZIG_LOCAL_CACHE_DIR="$PWD/zig-local-cache"
2727mkdir build-debug
2828cd build-debug
2929
30- PATH= " $HOME /local/bin: $PATH " cmake .. \
30+ cmake .. \
3131 -DCMAKE_INSTALL_PREFIX=" stage3-debug" \
3232 -DCMAKE_PREFIX_PATH=" $PREFIX " \
3333 -DCMAKE_BUILD_TYPE=Debug \
@@ -39,7 +39,7 @@ PATH="$HOME/local/bin:$PATH" cmake .. \
3939 -DZIG_NO_LIB=ON \
4040 -GNinja
4141
42- $HOME /local/bin/ ninja install
42+ ninja install
4343
4444stage3-debug/bin/zig build test docs \
4545 --zig-lib-dir " $PWD /../lib" \
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export ZIG_LOCAL_CACHE_DIR="$PWD/zig-local-cache"
2727mkdir build-release
2828cd build-release
2929
30- PATH= " $HOME /local/bin: $PATH " cmake .. \
30+ cmake .. \
3131 -DCMAKE_INSTALL_PREFIX=" stage3-release" \
3232 -DCMAKE_PREFIX_PATH=" $PREFIX " \
3333 -DCMAKE_BUILD_TYPE=Release \
@@ -39,7 +39,7 @@ PATH="$HOME/local/bin:$PATH" cmake .. \
3939 -DZIG_NO_LIB=ON \
4040 -GNinja
4141
42- $HOME /local/bin/ ninja install
42+ ninja install
4343
4444stage3-release/bin/zig build test docs \
4545 --zig-lib-dir " $PWD /../lib" \
You can’t perform that action at this time.
0 commit comments