From 2ccdc59fc0a6dcf8c9c54b91a2c187c5e0dd5829 Mon Sep 17 00:00:00 2001 From: Abhinav Tripathi Date: Mon, 31 Jul 2017 13:59:00 +0530 Subject: [PATCH] Fix the typo in LLVM.lua (#906) Prevented projects from being generated using GenerateProjects.bat --- build/LLVM.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/LLVM.lua b/build/LLVM.lua index 93e54132..5c5fc842 100644 --- a/build/LLVM.lua +++ b/build/LLVM.lua @@ -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