forked from platformio/platformio-core
Don't use PIOBUILDFILES for LDF
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user