mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Let's try multilib builds on Mac...
This commit is contained in:
@@ -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")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user