mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
Fix macOS compile instructions
This commit is contained in:
parent
c61998bd20
commit
163d3547e6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue