From 1f81ba929909941b10455fe63a515c3cb279201f Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 21 Jun 2016 00:57:45 -0700 Subject: [PATCH] Let's try multilib builds on Mac... --- buildtools/build_wxwidgets.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildtools/build_wxwidgets.py b/buildtools/build_wxwidgets.py index 19d695fe..31af3e54 100644 --- a/buildtools/build_wxwidgets.py +++ b/buildtools/build_wxwidgets.py @@ -285,7 +285,8 @@ def main(wxDir, args): ] if sys.platform.startswith("darwin"): - wxpy_configure_opts.append("--enable-monolithic") + #wxpy_configure_opts.append("--enable-monolithic") + pass else: wxpy_configure_opts.append("--with-sdl")