Browse Source

Fix the typo in LLVM.lua (#906)

Prevented projects from being generated using GenerateProjects.bat
pull/902/merge
Abhinav Tripathi 8 years ago committed by Dimitar Dobrev
parent
commit
2ccdc59fc0
  1. 2
      build/LLVM.lua

2
build/LLVM.lua

@ -114,7 +114,7 @@ function SetupLLVMLibs() @@ -114,7 +114,7 @@ function SetupLLVMLibs()
filter { "configurations:Debug", "action:vs*" }
libdirs { path.join(LLVMBuildDir, "Debug/lib") }
filter { "configurations:Release", "actoin:vs*" }
filter { "configurations:Release", "action:vs*" }
libdirs { path.join(LLVMBuildDir, "RelWithDebInfo/lib") }
end

Loading…
Cancel
Save