1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Reenabled module and fixed missing const

This commit is contained in:
Bastiaan Olij
2018-07-27 18:43:50 +10:00
parent 4487c27f7b
commit 03d02e88fc
4 changed files with 6 additions and 7 deletions

View File

@@ -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