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