]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix typo that caused a global variable to be used instead of the local
authorRobin Dunn <robin@alldunn.com>
Tue, 4 Jul 2006 17:22:21 +0000 (17:22 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 4 Jul 2006 17:22:21 +0000 (17:22 +0000)
function parameter

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/config.py

index 3b2de23850342d828f9eca61894074d508152ede..b212052218909374ce22ec5347eecc879b5621f1 100644 (file)
@@ -574,7 +574,7 @@ def adjustCFLAGS(cflags, defines, includes):
 
 
 
-def adjustLFLAGS(lfags, libdirs, libs):
+def adjustLFLAGS(lflags, libdirs, libs):
     '''Extract the -L and -l flags and put them in libdirs and libs as needed'''
     newLFLAGS = []
     for flag in lflags: