We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a98aed commit e0fcdb8Copy full SHA for e0fcdb8
search_sdks.sh
@@ -85,6 +85,7 @@ if [ ! -z "$selected_sdk" ]; then
85
86
# Remove the "u" if 10.4u Universal SDK is used.
87
min_str="${min_str%%u}"
88
+ min_str="${min_str:-10.14}"
89
90
system_sdk="-isystem ${selected_sdk} -mmacosx-version-min=${min_str}"
91
else
0 commit comments