Fix macOS compile instructions

This commit is contained in:
sfan5 2022-01-31 22:42:37 +01:00
parent c61998bd20
commit 163d3547e6
1 changed files with 1 additions and 1 deletions

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