Browse Source

Fixed case sensitiveness issue in the build scripts.

pull/224/head
triton 11 years ago
parent
commit
7326dc2ec5
  1. 4
      build/LLVM.lua

4
build/LLVM.lua

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
-- Setup the LLVM dependency directories
LLVMRootDir = "../../deps/LLVM/"
LLVMBuildDir = "../../deps/LLVM/build/"
LLVMRootDir = "../../deps/llvm/"
LLVMBuildDir = "../../deps/llvm/build/"
-- TODO: Search for available system dependencies

Loading…
Cancel
Save