mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-14 07:23:46 +00:00
Work around qmake race condition
This commit is contained in:
@@ -1579,7 +1579,10 @@ win:
|
||||
-nomake tests ^
|
||||
-platform win32-msvc
|
||||
|
||||
jom -j%NUMBER_OF_PROCESSORS%
|
||||
rem jom -jN occasionally fails to create the shared mkspecs\modules-inst
|
||||
rem directory due to a race in qmake's mkpath under parallel builds; the
|
||||
rem build is incremental, so simply retrying picks up where it stopped.
|
||||
jom -j%NUMBER_OF_PROCESSORS% || jom -j%NUMBER_OF_PROCESSORS%
|
||||
jom -j%NUMBER_OF_PROCESSORS% install
|
||||
""")
|
||||
else: # qt > '6'
|
||||
|
||||
Reference in New Issue
Block a user