mirror of
https://github.com/godotengine/godot.git
synced 2026-05-13 14:01:20 +00:00
8 lines
93 B
Python
8 lines
93 B
Python
|
|
|
|
def can_build(platform):
|
|
return False
|
|
|
|
|
|
def configure(env):
|
|
env.use_ptrcall = True
|