1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-22 04:20:18 +02:00

Fix macOS compile instructions

This commit is contained in:
sfan5 2022-01-31 22:42:37 +01:00
parent c61998bd20
commit 163d3547e6

View File

@ -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
```