Fix Jamfile for proper ordering of libraries
This commit is contained in:
parent
b3f7f51510
commit
33e59af725
|
@ -196,7 +196,7 @@ rule Arduino
|
||||||
{
|
{
|
||||||
LINKFLAGS on $(<) = $(LINKFLAGS) -Wl,-Map=$(LOCATE_TARGET)/$(<:B).map ;
|
LINKFLAGS on $(<) = $(LINKFLAGS) -Wl,-Map=$(LOCATE_TARGET)/$(<:B).map ;
|
||||||
Main $(<) : $(>) ;
|
Main $(<) : $(>) ;
|
||||||
LinkLibraries $(<) : core libs ;
|
LinkLibraries $(<) : libs core ;
|
||||||
Hex $(<:B).hex : $(<) ;
|
Hex $(<:B).hex : $(<) ;
|
||||||
for _p in $(PORTS)
|
for _p in $(PORTS)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue