fix: added config.py to PROJECT module
This commit is contained in:
parent
83b1ec4391
commit
29f289db11
1 changed files with 5 additions and 0 deletions
5
engine/modules/PROJECT/config.py
Normal file
5
engine/modules/PROJECT/config.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
def can_build(env, platform):
|
||||
return True;
|
||||
|
||||
def configure(env):
|
||||
pass;
|
||||
Loading…
Add table
Add a link
Reference in a new issue