From 0cb0b65d3eb8f1279f886ba175935dd3639ea769 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Mon, 18 Nov 2013 10:58:13 +0100 Subject: [PATCH] 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. --- build/jam/packages/HaikuDevelSecondary | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/jam/packages/HaikuDevelSecondary b/build/jam/packages/HaikuDevelSecondary index 011aa5a4ec..5c98f97b5e 100644 --- a/build/jam/packages/HaikuDevelSecondary +++ b/build/jam/packages/HaikuDevelSecondary @@ -16,8 +16,8 @@ AddFilesToPackage develop lib $(architecture) : ; # additional libraries -local developmentLibs = libroot_debug.so ; -AddFilesToPackage lib : $(developmentLibs) ; +local developmentLibs = [ MultiArchDefaultGristFiles libroot_debug.so : revisioned ] ; +AddFilesToPackage lib $(architecture) : $(developmentLibs) ; # library symlinks local lib ;