fix library name

This commit is contained in:
Ilan Schnell 2013-02-16 12:50:22 -06:00
commit 92c9813b3e

View file

@ -95,7 +95,7 @@ Shell32
elif option == '--libdir':
libdir = join(find_llvm_prefix(), 'lib')
path = join(libdir, ' LLVMCore.lib')
path = join(libdir, 'LLVMCore.lib')
if not isfile(path):
sys.exit('Error: no file: %r' % path)
print(libdir)