Add runtime_loader in secondary bootstrap packages.
add grist to runtime_loader source files. Change-Id: I09c58b5cc1d57034632df99b4fb3c80e3ff49e3e
This commit is contained in:
parent
fe11711026
commit
1894e9b6a7
@ -4,6 +4,7 @@ local architecture = $(TARGET_PACKAGING_ARCH) ;
|
||||
local haikuPackage = haiku_$(architecture).hpkg ;
|
||||
HaikuPackage $(haikuPackage) ;
|
||||
|
||||
AddFilesToPackage $(architecture) : <$(architecture)>runtime_loader ;
|
||||
|
||||
# libs
|
||||
AddLibrariesToPackage lib $(architecture)
|
||||
|
@ -96,7 +96,7 @@ for architectureObject in [ MultiArchSubDirSetup ] {
|
||||
utility.cpp
|
||||
;
|
||||
|
||||
Objects $(sources) ;
|
||||
Objects [ FGristFiles $(sources) ] ;
|
||||
|
||||
Ld [ MultiArchDefaultGristFiles runtime_loader ] :
|
||||
[ FGristFiles $(sources:S=$(SUFOBJ)) ]
|
||||
|
Loading…
Reference in New Issue
Block a user