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