fix: added config.py to PROJECT module
parent
83b1ec4391
commit
29f289db11
|
@ -0,0 +1,5 @@
|
|||
def can_build(env, platform):
|
||||
return True;
|
||||
|
||||
def configure(env):
|
||||
pass;
|
Loading…
Reference in New Issue