git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37346
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
gl_libs = []
if os.name == 'posix':
gl_config = os.popen(WX_CONFIG + ' --libs gl', 'r').read()[:-1]
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()
else:
gl_libs = libs + ['opengl32', 'glu32'] + makeLibName('gl')
gl_lflags = lflags
else:
gl_libs = libs + ['opengl32', 'glu32'] + makeLibName('gl')
gl_lflags = lflags