diff --git a/wxPython/setup.py b/wxPython/setup.py index 7be0e0a8bc..d11e28288a 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -305,7 +305,7 @@ elif os.name == 'posix' and sys.platform[:6] == "darwin": ('WXP_USE_THREAD', '1'), ] libdirs = [] - libs = [] + libs = ['stdc++'] cflags = os.popen(WX_CONFIG + ' --cxxflags', 'r').read()[:-1] cflags = string.split(cflags) @@ -319,6 +319,7 @@ elif os.name == 'posix' and sys.platform[:6] == "darwin": lflags = string.split(lflags) NO_SCRIPTS = 1 + BUILD_DLLWIDGET = 0 elif os.name == 'posix':