mirror of https://github.com/wb2osz/direwolf.git
macOS: default to latest macOS if version string isnt found
This commit is contained in:
parent
9a98aed96e
commit
e0fcdb8835
|
@ -85,6 +85,7 @@ if [ ! -z "$selected_sdk" ]; then
|
|||
|
||||
# Remove the "u" if 10.4u Universal SDK is used.
|
||||
min_str="${min_str%%u}"
|
||||
min_str="${min_str:-10.14}"
|
||||
|
||||
system_sdk="-isystem ${selected_sdk} -mmacosx-version-min=${min_str}"
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue