mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-19 13:33:00 +01:00
Support for the NX platform (#164)
This commit is contained in:
committed by
Branimir Karadžić
parent
026f9155d1
commit
0bb8c148bf
@@ -547,7 +547,7 @@ function toolchain(_buildDir, _libDir)
|
||||
"EnableSSE2",
|
||||
}
|
||||
|
||||
configuration { "vs*", "not orbis" }
|
||||
configuration { "vs*", "not orbis", "not NX32", "not NX64" }
|
||||
includedirs { path.join(bxDir, "include/compat/msvc") }
|
||||
defines {
|
||||
"WIN32",
|
||||
|
||||
Reference in New Issue
Block a user