diff --git a/buildtools/build_wxwidgets.py b/buildtools/build_wxwidgets.py index 7da3bd02..bb849687 100644 --- a/buildtools/build_wxwidgets.py +++ b/buildtools/build_wxwidgets.py @@ -297,7 +297,7 @@ def main(wxDir, args): #wxpy_configure_opts.append("--enable-monolithic") pass else: - wxpy_configure_opts.append("--with-sdl") + wxpy_configure_opts.append("--without-sdl") # Set the minimum supported OSX version, and find the oldest SDK # version present on the build machine.