summaryrefslogtreecommitdiff
path: root/modules/mobile_vr/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mobile_vr/config.py')
-rw-r--r--modules/mobile_vr/config.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/mobile_vr/config.py b/modules/mobile_vr/config.py
new file mode 100644
index 0000000000..d0156b1b77
--- /dev/null
+++ b/modules/mobile_vr/config.py
@@ -0,0 +1,6 @@
+def can_build(platform):
+ # should probably change this to only be true on iOS and Android
+ return True
+
+def configure(env):
+ pass \ No newline at end of file