update marker header file

This commit is contained in:
Ilan Schnell 2013-08-06 14:17:14 -05:00
commit 84a95945ea

View file

@ -108,7 +108,7 @@ def main():
elif option == '--includedir':
incdir = join(find_llvm_prefix(), 'include')
ensure_file(join(incdir, 'llvm' , 'BasicBlock.h'))
ensure_file(join(incdir, 'llvm' , 'Linker.h'))
print(incdir)
elif option == '--libdir':