forked from Imagelibrary/rtems
build: Use objects of build context for programs
This commit is contained in:
2
wscript
2
wscript
@@ -659,7 +659,7 @@ class TestProgramItem(Item):
|
|||||||
start_files=True,
|
start_files=True,
|
||||||
stlib=self.data["stlib"],
|
stlib=self.data["stlib"],
|
||||||
target=self.get(bld, "target"),
|
target=self.get(bld, "target"),
|
||||||
use=self.data["use-before"] + bic.use + self.data["use-after"],
|
use=bic.objects + self.data["use-before"] + bic.use + self.data["use-after"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user