turn off SDL for now, there's a link bug in wxWidgets

This commit is contained in:
Robin Dunn
2018-10-16 16:32:22 -07:00
parent 229870f9c9
commit 6b0776e41b

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.