Skip to content

Commit

Permalink
turn off SDL for now, there's a link bug in wxWidgets
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinD42 committed Oct 16, 2018
1 parent 229870f commit 6b0776e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildtools/build_wxwidgets.py
Expand Up @@ -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.
Expand Down

0 comments on commit 6b0776e

Please sign in to comment.