From 6b0776e41b627b8af37e1f6ae7602eb8a7914085 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 16 Oct 2018 16:32:22 -0700 Subject: [PATCH] turn off SDL for now, there's a link bug in wxWidgets --- buildtools/build_wxwidgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.