]> git.lizzy.rs Git - minetest.git/commitdiff
Fix macOS compile instructions
authorsfan5 <sfan5@live.de>
Mon, 31 Jan 2022 21:42:37 +0000 (22:42 +0100)
committersfan5 <sfan5@live.de>
Mon, 31 Jan 2022 21:48:29 +0000 (22:48 +0100)
README.md

index b3d2981f6801626caf15b76ab61e8a158cce9606..eb2728f2082ebfbd0bdcf0c44e67d2122fac9b34 100644 (file)
--- a/README.md
+++ b/README.md
@@ -430,7 +430,7 @@ cmake .. \
     -DCMAKE_INSTALL_PREFIX=../build/macos/ \
     -DRUN_IN_PLACE=FALSE -DENABLE_GETTEXT=TRUE
 
-make -j$(nproc)
+make -j$(sysctl -n hw.logicalcpu)
 make install
 ```