Home | History | Annotate | Download | only in distutils

Lines Matching refs:lib_dir

1086         lib_dir, lib_name = os.path.split(lib)
1087 if lib_dir != '':
1088 lib_file = compiler.find_library_file([lib_dir], lib_name)