mirror of
https://github.com/Relintai/godot-lportal.git
synced 2025-04-23 19:43:21 +02:00
8 lines
89 B
Python
8 lines
89 B
Python
# config.py
|
|
|
|
def can_build(env, platform):
|
|
return True
|
|
|
|
def configure(env):
|
|
pass
|