mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fixed x86 -> x32
This commit is contained in:
@@ -334,7 +334,7 @@ function toolchain(_buildDir, _libDir)
|
||||
}
|
||||
targetsuffix "Release"
|
||||
|
||||
configuration { "vs*", "x86" }
|
||||
configuration { "vs*", "x32" }
|
||||
flags {
|
||||
"EnableSSE2",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user