mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
9 lines
92 B
Python
9 lines
92 B
Python
|
|
def can_build(platform):
|
|
# return True
|
|
return False
|
|
|
|
|
|
def configure(env):
|
|
pass
|