From cb9a93a2f90de0ea4f43d1eb4d305f116db95992 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 9 Aug 2004 23:10:26 +0000 Subject: [PATCH] Use "--libs gl" git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28732 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.50.0