summaryrefslogtreecommitdiffstats
path: root/modules/openxr/config.py
diff options
context:
space:
mode:
authorBastiaan Olij <mux213@gmail.com>2023-07-19 00:02:47 +1000
committerBastiaan Olij <mux213@gmail.com>2023-07-19 00:02:47 +1000
commita9c8feeba00906c4df5f85dc6efaf1ece608cd6b (patch)
tree31791d9473e0969db369753035be3985f0ec4067 /modules/openxr/config.py
parent279732539f7ba253b42a1dc953861306efc63d60 (diff)
downloadredot-engine-a9c8feeba00906c4df5f85dc6efaf1ece608cd6b.tar.gz
Compile OpenXR into MacOS build
Diffstat (limited to 'modules/openxr/config.py')
-rw-r--r--modules/openxr/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openxr/config.py b/modules/openxr/config.py
index e503f12739..8ed06a1606 100644
--- a/modules/openxr/config.py
+++ b/modules/openxr/config.py
@@ -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