You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Compile OpenXR into MacOS build
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
def can_build(env, platform):
|
||||
if platform in ("linuxbsd", "windows", "android"):
|
||||
if platform in ("linuxbsd", "windows", "android", "macos"):
|
||||
return env["openxr"] and not env["disable_3d"]
|
||||
else:
|
||||
# not supported on these platforms
|
||||
|
||||
Reference in New Issue
Block a user