Go back to using the default SDK??

This commit is contained in:
Robin Dunn
2021-12-17 14:31:47 -08:00
parent 97e4461af9
commit 5f3c8cd22b

View File

@@ -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