Allow to compile the engine without XR support
This commit is contained in:
parent
cc7a951140
commit
aea559b39a
33 changed files with 77 additions and 57 deletions
|
|
@ -1,5 +1,5 @@
|
|||
def can_build(env, platform):
|
||||
return env["opengl3"] and not env["disable_3d"]
|
||||
return env["opengl3"] and not env["disable_xr"]
|
||||
|
||||
|
||||
def configure(env):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue