diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 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 ``` |