summaryrefslogtreecommitdiff
path: root/modules/mobile_vr/config.py
diff options
context:
space:
mode:
authorBastiaan Olij <mux213@gmail.com>2018-07-27 18:43:50 +1000
committerBastiaan Olij <mux213@gmail.com>2018-07-27 18:43:50 +1000
commit03d02e88fc38c5f96e9b4a6e29df777dec398f9d (patch)
treec5b23daa0d91f683cd75604008148889dd01a53d /modules/mobile_vr/config.py
parent4487c27f7beb89bc74236abda31a4bc4ec7d5f05 (diff)
Reenabled module and fixed missing const
Diffstat (limited to 'modules/mobile_vr/config.py')
-rw-r--r--modules/mobile_vr/config.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/mobile_vr/config.py b/modules/mobile_vr/config.py
index 4912457e2b..e85fa631dd 100644
--- a/modules/mobile_vr/config.py
+++ b/modules/mobile_vr/config.py
@@ -1,6 +1,5 @@
def can_build(env, platform):
- # should probably change this to only be true on iOS and Android
- return False
+ return True
def configure(env):
pass