]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/setup.py
regenerated
[wxWidgets.git] / wxPython / setup.py
index b5b17e937dedb25b32990ce5e52987716e4d57f9..acdf11ef68a0d7070b28a2ac3484261782ad2089 100755 (executable)
@@ -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: