You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
@@ -1,6 +1,6 @@
|
||||
def can_build(env, platform):
|
||||
if platform in ("linuxbsd", "windows", "android"):
|
||||
return env["openxr"]
|
||||
return env["openxr"] and not env["disable_3d"]
|
||||
else:
|
||||
# not supported on these platforms
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user