mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-04 11:48:30 +00:00
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…
x
Reference in New Issue
Block a user