werner mendizabal 2024-01-20 08:28:14 -07:00 committed by GitHub
commit ebd4c87c8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ def options(opts):
opts.Add("macos_deployment_target", "macOS deployment target", "default")
opts.Add("macos_sdk_path", "macOS SDK path", "")
if has_osxcross():
opts.Add("osxcross_sdk", "OSXCross SDK version", "darwin16")
osxcross_sdk = os.environ.get("OSXCROSS_TARGET", "darwin16")
opts.Add("osxcross_sdk", "OSXCross SDK version", osxcross_sdk)
def exists(env):