Fixed x86 -> x32

This commit is contained in:
Branimir Karadžić
2015-05-19 11:31:02 -07:00
parent c1003674de
commit 7ea70d3e77

View File

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