mirror of
https://github.com/Relintai/godot-lportal.git
synced 2024-11-11 10:52:09 +01:00
8 lines
89 B
Python
8 lines
89 B
Python
|
# config.py
|
||
|
|
||
|
def can_build(env, platform):
|
||
|
return True
|
||
|
|
||
|
def configure(env):
|
||
|
pass
|