]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/config.py
Fix typo that caused a global variable to be used instead of the local
[wxWidgets.git] / 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: