Use %NUMBER_OF_PROCESSORS% for jom

This commit is contained in:
Eric Kotato 2024-03-14 07:01:15 +03:00 committed by John Preston
parent 0410d05913
commit 40bd37315a

View file

@ -1454,8 +1454,8 @@ win:
-nomake tests ^ -nomake tests ^
-platform win32-msvc -platform win32-msvc
jom -j16 jom -j%NUMBER_OF_PROCESSORS%
jom -j16 install jom -j%NUMBER_OF_PROCESSORS% install
mac: mac:
find ../../patches/qtbase_5.15.13 -type f -print0 | sort -z | xargs -0 git apply find ../../patches/qtbase_5.15.13 -type f -print0 | sort -z | xargs -0 git apply
cd .. cd ..