소스 검색

Windows fixes

Daniele Bartolini 10 년 전
부모
커밋
372493d38c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      genie/toolchain.lua

+ 2 - 2
genie/toolchain.lua

@@ -62,7 +62,7 @@ function toolchain(build_dir, lib_dir)
 		end
 	end
 
-	if _ACTION == "vs2012" or _ACTION == "vs2013" then
+	if _ACTION == "vs2013" then
 
 		if not os.is("windows") then print("Action not valid in current OS.") end
 
@@ -73,7 +73,7 @@ function toolchain(build_dir, lib_dir)
 			print("Set DXSDK_DIR environment variable.")
 		end
 
-		location(build_dir .. "projects/" .. "windows")
+		location(build_dir .. "projects/" .. _ACTION)
 	end
 
 	flags {