Add the secondary arch version of libroot_debug

Some gristing mixup caused the non-secondary version of the lib to be
added to the non-secondary directory, which is what the main
architecture HaikuDevel is already doing.
This commit is contained in:
Adrien Destugues 2013-11-18 10:58:13 +01:00
parent 41d4206692
commit 0cb0b65d3e
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ AddFilesToPackage develop lib $(architecture) :
;
# additional libraries
local developmentLibs = <revisioned>libroot_debug.so ;
AddFilesToPackage lib : $(developmentLibs) ;
local developmentLibs = [ MultiArchDefaultGristFiles libroot_debug.so : revisioned ] ;
AddFilesToPackage lib $(architecture) : $(developmentLibs) ;
# library symlinks
local lib ;