mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
parent
1e3919c409
commit
75d5dfe591
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user