|
|
@@ -147,11 +147,10 @@ function bgfxProjectBase(_kind, _defines)
|
|
|
"-weak_framework MetalKit",
|
|
|
}
|
|
|
|
|
|
- configuration { "not nacl", "not linux-steamlink", "not NX32", "not NX64" }
|
|
|
+ configuration { "not linux-steamlink", "not NX32", "not NX64" }
|
|
|
includedirs {
|
|
|
- --nacl has GLES2 headers modified...
|
|
|
- --steamlink has EGL headers modified...
|
|
|
- --NX has EGL headers modified...
|
|
|
+ -- steamlink has EGL headers modified...
|
|
|
+ -- NX has EGL headers modified...
|
|
|
path.join(BGFX_DIR, "3rdparty/khronos"),
|
|
|
}
|
|
|
|