]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/setup.py
Ryan's cumulative wxActiveX and media control patch (1427775)
[wxWidgets.git] / wxPython / setup.py
index d672a441966889431c0c7a3c056cc5548b30fd44..cdaa055bfcc22de696f76fe978db62d99d996561 100755 (executable)
@@ -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