X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1ea8df6e6b7818ffd9f12d2b126f1da7c453443c..0aa7c4413630644b24c808d2762c7eff9216f21d:/wxPython/setup.py diff --git a/wxPython/setup.py b/wxPython/setup.py index d672a44196..cdaa055bfc 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -480,8 +480,9 @@ if BUILD_GLCANVAS: gl_libs = [] if os.name == 'posix': gl_config = os.popen(WX_CONFIG + ' --libs gl', 'r').read()[:-1] - gl_lflags = gl_config.split() + lflags + gl_lflags = gl_config.split() gl_libs = libs + else: gl_libs = libs + ['opengl32', 'glu32'] + makeLibName('gl') gl_lflags = lflags