Update macosx-build-dependencies.sh
Split the single 'make -j"$NUMCPU" install' into two-stage.
This commit is contained in:
parent
b99ac24898
commit
779e9c504c
1 changed files with 2 additions and 1 deletions
|
|
@ -236,7 +236,8 @@ build_qt5()
|
|||
-skip enginio -skip graphicaleffects -skip location -skip multimedia \
|
||||
-skip quick1 -skip quickcontrols -skip script -skip sensors -skip serialport \
|
||||
-skip svg -skip webkit -skip webkit-examples -skip websockets -skip xmlpatterns -skip qtwebchannel
|
||||
make -j"$NUMCPU" install
|
||||
make -j"$NUMCPU"
|
||||
make install
|
||||
}
|
||||
|
||||
check_qscintilla()
|
||||
|
|
|
|||
Loading…
Reference in a new issue