Browse Source

Fixed x86 -> x32

Branimir Karadžić 10 years ago
parent
commit
7ea70d3e77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/toolchain.lua

+ 1 - 1
scripts/toolchain.lua

@@ -334,7 +334,7 @@ function toolchain(_buildDir, _libDir)
 		}
 		}
 		targetsuffix "Release"
 		targetsuffix "Release"
 
 
-	configuration { "vs*", "x86" }
+	configuration { "vs*", "x32" }
 		flags {
 		flags {
 			"EnableSSE2",
 			"EnableSSE2",
 		}
 		}