Let's try multilib builds on Mac...

This commit is contained in:
Robin Dunn
2016-06-21 00:57:45 -07:00
parent 3bfb0dc12f
commit 1f81ba9299

View File

@@ -285,7 +285,8 @@ def main(wxDir, args):
] ]
if sys.platform.startswith("darwin"): if sys.platform.startswith("darwin"):
wxpy_configure_opts.append("--enable-monolithic") #wxpy_configure_opts.append("--enable-monolithic")
pass
else: else:
wxpy_configure_opts.append("--with-sdl") wxpy_configure_opts.append("--with-sdl")