From e59c17a0ba1d7aaaf9d15525d8053cfac86b0caf Mon Sep 17 00:00:00 2001 From: MinyazevR <89993880+MinyazevR@users.noreply.github.com> Date: Fri, 12 Jul 2024 03:04:36 +0300 Subject: [PATCH] Update install_Darwin.sh --- buildScripts/azure/install_Darwin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildScripts/azure/install_Darwin.sh b/buildScripts/azure/install_Darwin.sh index 0ca98a606b..ebe45aaac4 100755 --- a/buildScripts/azure/install_Darwin.sh +++ b/buildScripts/azure/install_Darwin.sh @@ -16,6 +16,6 @@ [ -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 system_profiler -json SPDeveloperToolsDataType | jq '.SPDeveloperToolsDataType[].spdevtools_path' || : - sudo xcode-select -s /Applications/Xcode_13.1.app/Contents/Develope + sudo xcode-select -s /Applications/Xcode_13.1.app/Contents/Developer xcodebuild -showsdks xcrun -sdk macosx --show-sdk-path