diff options
Diffstat (limited to 'modules/mobile_vr/config.py')
-rw-r--r-- | modules/mobile_vr/config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mobile_vr/config.py b/modules/mobile_vr/config.py index 4e1155f0c6..4912457e2b 100644 --- a/modules/mobile_vr/config.py +++ b/modules/mobile_vr/config.py @@ -1,6 +1,6 @@ -def can_build(platform): +def can_build(env, platform): # should probably change this to only be true on iOS and Android - return True + return False def configure(env): pass |