Added 'debug' flag to 'find_library_file()'.

This commit is contained in:
Greg Ward 2000-08-04 01:28:39 +00:00
parent d9827c476c
commit e5e6015e5a
2 changed files with 6 additions and 4 deletions

View file

@ -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 (