Merge pull request #93 from VinegarLove/patch-1

This commit is contained in:
Twarit Waikar
2021-11-29 12:13:26 +05:30
committed by GitHub

View File

@@ -19,6 +19,6 @@ else
fi
cd godot-cpp/;
CORES=$(grep -c ^processor /proc/cpuinfo 2>/dev/null || sysctl -n hw.ncpu)
CORES=$(grep -c \^processor /proc/cpuinfo 2>/dev/null || sysctl -n hw.ncpu)
scons platform=linux target=$1 generate_bindings=yes bits=64 -j$CORES;
cd ..