summaryrefslogtreecommitdiff
path: root/modules/mobile_vr/config.py
blob: d0156b1b77ff486564695107617caa863e8a1780 (plain)
1
2
3
4
5
6
def can_build(platform):
	# should probably change this to only be true on iOS and Android
	return True

def configure(env):
	pass