You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
9 lines
93 B
Python
9 lines
93 B
Python
|
|
|
|
def can_build(platform):
|
|
return False
|
|
|
|
|
|
def configure(env):
|
|
env.use_ptrcall = True
|