Browse Source

Remove debugging print for LLVM build scripts.

pull/591/head
Joao Matos 10 years ago
parent
commit
91e7625b30
  1. 1
      build/LLVM.lua

1
build/LLVM.lua

@ -6,7 +6,6 @@ require "scripts/LLVM" @@ -6,7 +6,6 @@ require "scripts/LLVM"
function SearchLLVM()
local pkg_path = basedir .. "/scripts/" .. get_llvm_package_name()
print(path.getabsolute(pkg_path))
if os.isdir(pkg_path) then
LLVMRootDir = pkg_path
elseif os.isdir(LLVMRootDir) then

Loading…
Cancel
Save