mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2024-11-23 03:10:06 +08:00
5.15.9: update compile_mac.sh
This commit is contained in:
parent
dd6258a013
commit
e6a8c1b044
@ -9,7 +9,7 @@ export PATH=$PATH:$(pwd)/qtbase/bin
|
||||
|
||||
cd qtbase
|
||||
|
||||
./configure "QMAKE_APPLE_DEVICE_ARCHS=arm64 x86_64" -opensource -confirm-license -nomake examples -nomake tests -no-openssl -securetransport
|
||||
./configure QMAKE_APPLE_DEVICE_ARCHS="x86_64 arm64" -opensource -confirm-license -nomake examples -nomake tests -no-openssl -securetransport
|
||||
|
||||
makej
|
||||
echo $1 | sudo -S sudo make install
|
||||
|
Loading…
Reference in New Issue
Block a user