Don't use PIOBUILDFILES for LDF

This commit is contained in:
Ivan Kravets
2017-12-15 23:51:13 +02:00
parent 269935726d
commit abbba7fe2e
2 changed files with 6 additions and 5 deletions

View File

@@ -619,7 +619,7 @@ class ProjectAsLibBuilder(LibBuilderBase):
return inc_dirs
def get_src_files(self):
return self.env['PIOBUILDFILES']
return self.env.get("PROJECTBUILDFILES", [])
@property
def lib_ldf_mode(self):