mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2025-01-23 04:14:37 +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
|
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
|
makej
|
||||||
echo $1 | sudo -S sudo make install
|
echo $1 | sudo -S sudo make install
|
||||||
|
Loading…
Reference in New Issue
Block a user