X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e9019d1ce370c22babf8b6ffc8b26844293d864f..77c46f00b51b8476ec53691dabbc2fa8a7f6a165:/wxPython/setup.py diff --git a/wxPython/setup.py b/wxPython/setup.py index b5b17e937d..acdf11ef68 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -368,7 +368,7 @@ if BUILD_GLCANVAS: gl_libs = [] if os.name == 'posix': - gl_config = os.popen(WX_CONFIG + ' --gl-libs', 'r').read()[:-1] + gl_config = os.popen(WX_CONFIG + ' --libs gl', 'r').read()[:-1] gl_lflags = gl_config.split() + lflags gl_libs = libs else: