Fix Jamfile for proper ordering of libraries

This commit is contained in:
maniacbug 2012-01-04 21:21:02 -08:00
parent b3f7f51510
commit 33e59af725
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{ {