mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-15 17:20:07 +01:00
Go back to using the default SDK??
This commit is contained in:
@@ -309,7 +309,7 @@ def main(wxDir, args):
|
||||
for major, minor in reversed(possibles):
|
||||
sdk = os.path.join(xcodePath, "SDKs/MacOSX{}.{}.sdk".format(major, minor))
|
||||
if os.path.exists(sdk):
|
||||
wxpy_configure_opts.append("--with-macosx-sdk=%s" % sdk)
|
||||
#wxpy_configure_opts.append("--with-macosx-sdk=%s" % sdk)
|
||||
universalCapable = major >= 11
|
||||
SDK = sdk
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user