fix: added config.py to PROJECT module

Sara 2025-01-30 12:49:02 +01:00
parent 5251e6737e
commit 46b8a9c90a
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
def can_build(env, platform):
return True;
def configure(env):
pass;