X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b0ad146aba58fae678c885a9bc5e30d79bffb494..42ed9e53adbb0ec00b967270f072e39f3b998cd3:/build/tools/build-wxwidgets.py diff --git a/build/tools/build-wxwidgets.py b/build/tools/build-wxwidgets.py index 6212c76efe..de0f655886 100755 --- a/build/tools/build-wxwidgets.py +++ b/build/tools/build-wxwidgets.py @@ -281,8 +281,7 @@ def main(scriptName, args): wxpy_configure_opts.append("--enable-monolithic") else: wxpy_configure_opts.append("--with-sdl") - wxpy_configure_opts.append("--with-gnomeprint") - + # Try to use use lowest available SDK back to 10.5. Both Carbon and # Cocoa builds require at least the 10.5 SDK now. We only add it to # the wxpy options because this is a hard-requirement for wxPython,