mirror of https://github.com/bkaradzic/bgfx
OVR: Disable multithreading with OVR.
This commit is contained in:
parent
e3b71511ac
commit
f7faafc61f
|
@ -51,6 +51,7 @@ function bgfxProject(_name, _kind, _defines)
|
|||
|
||||
if _OPTIONS["with-ovr"] then
|
||||
defines {
|
||||
"BGFX_CONFIG_MULTITHREADED=0",
|
||||
"BGFX_CONFIG_USE_OVR=1",
|
||||
}
|
||||
includedirs {
|
||||
|
|
Loading…
Reference in New Issue