mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 07:07:08 +02:00
Use %NUMBER_OF_PROCESSORS% for jom
This commit is contained in:
parent
0410d05913
commit
40bd37315a
1 changed files with 2 additions and 2 deletions
|
@ -1454,8 +1454,8 @@ win:
|
|||
-nomake tests ^
|
||||
-platform win32-msvc
|
||||
|
||||
jom -j16
|
||||
jom -j16 install
|
||||
jom -j%NUMBER_OF_PROCESSORS%
|
||||
jom -j%NUMBER_OF_PROCESSORS% install
|
||||
mac:
|
||||
find ../../patches/qtbase_5.15.13 -type f -print0 | sort -z | xargs -0 git apply
|
||||
cd ..
|
||||
|
|
Loading…
Add table
Reference in a new issue