Home | History | Annotate | Download | only in distutils

Lines Matching refs:lib_file

1088             lib_file = compiler.find_library_file([lib_dir], lib_name)
1089 if lib_file is not None:
1090 lib_opts.append(lib_file)