wxWidgets has been fixed, enable use of SDL again.

Update wxWidgets to latest master.
This commit is contained in:
Robin Dunn
2018-10-17 11:11:49 -07:00
parent 8d50277917
commit 2f8d1b2e9a
2 changed files with 2 additions and 2 deletions

View File

@@ -297,7 +297,7 @@ def main(wxDir, args):
#wxpy_configure_opts.append("--enable-monolithic")
pass
else:
wxpy_configure_opts.append("--without-sdl")
wxpy_configure_opts.append("--with-sdl")
# Set the minimum supported OSX version, and find the oldest SDK
# version present on the build machine.