summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/unixccompiler.py
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-08-04 01:28:39 (GMT)
committerGreg Ward <gward@python.net>2000-08-04 01:28:39 (GMT)
commite5e6015e5a888b62b65e049783ed623678e51240 (patch)
tree10eed01d16e2d1eca5c66ebaa3f9ceda7020c9d7 /Lib/distutils/unixccompiler.py
parentd9827c476c5047f859d7aa2f409fa5b0acb405dc (diff)
downloadcpython-e5e6015e5a888b62b65e049783ed623678e51240.zip
cpython-e5e6015e5a888b62b65e049783ed623678e51240.tar.gz
cpython-e5e6015e5a888b62b65e049783ed623678e51240.tar.bz2
Added 'debug' flag to 'find_library_file()'.
Diffstat (limited to 'Lib/distutils/unixccompiler.py')
-rw-r--r--Lib/distutils/unixccompiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/unixccompiler.py b/Lib/distutils/unixccompiler.py
index 799560c..9339850 100644
--- a/Lib/distutils/unixccompiler.py
+++ b/Lib/distutils/unixccompiler.py
@@ -317,7 +317,7 @@ class UnixCCompiler (CCompiler):
return "-l" + lib
- def find_library_file (self, dirs, lib):
+ def find_library_file (self, dirs, lib, debug=0):
for dir in dirs:
shared = os.path.join (