diff --git a/wxPython/config.py b/wxPython/config.py index 3b2de23850..b212052218 100644 --- a/wxPython/config.py +++ b/wxPython/config.py @@ -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: