Merge branch 'fix-sdl'

This commit is contained in:
Robin Dunn
2018-10-16 20:13:05 -07:00
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("--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.