There was an error while loading. Please reload this page.
1 parent 9e713bc commit 29448b1Copy full SHA for 29448b1
1 file changed
build.sh
@@ -36,7 +36,7 @@ build_abi() {
36
../..
37
38
echo "[*] Building..."
39
- cmake --build . -j$(nproc 2>/dev/null || echo 4)
+ cmake --build . -j"$(nproc 2>/dev/null || echo 4)"
40
41
# Create bin directory structure instead of libs
42
mkdir -p "../../bin/$ABI"
0 commit comments