Skip to content

Commit

Permalink
Update install_Darwin.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MinyazevR authored Jul 12, 2024
1 parent 51bb71b commit d34d87f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildScripts/azure/install_Darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"$TRIK_PYTHON" -m aqt install-qt -m qtscript -O "$HOME/Qt" mac desktop "${TRIK_QT_VERSION}"
[ -d $HOME/qtifw ] || env TRIK_QT_INSTALL_DIR="$HOME/qtifw" "$(dirname $(realpath ${BASH_SOURCE[0]}))"/install_qtifw_mac.sh
# Force SDK version compatible with Qt 5.12
sudo xcode-select -s /Applications/Xcode_11.7.app/Contents/Developer
system_profiler -json SPDeveloperToolsDataType | jq '.SPDeveloperToolsDataType[].spdevtools_path' || :
sudo xcode-select -s /Applications/Xcode_13.1.app/Contents/Develope
xcodebuild -showsdks
xcrun -sdk macosx --show-sdk-path

0 comments on commit d34d87f

Please sign in to comment.