Jamfiles: Add missing link against libshared to two apps.

They still built succesfully because currently we leak a lot of libshared
symbols into libbe (or even libroot!). That will change in upcoming commits.
This commit is contained in:
Augustin Cavalier 2021-09-08 14:57:02 -04:00
parent 90f9eb2190
commit 0c69dde91f
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ Application BootManager :
WizardController.cpp
WizardPageView.cpp
: be textencoding tracker localestub [ TargetLibsupc++ ]
: be textencoding tracker shared localestub [ TargetLibsupc++ ]
: BootManager.rdef
;

View File

@ -22,7 +22,7 @@ Application LegacyPackageInstaller :
InstalledPackageInfo.cpp
UninstallWindow.cpp
UninstallView.cpp
: be localestub tracker translation
: be localestub tracker translation shared
[ BuildFeatureAttribute zlib : library ]
[ TargetLibsupc++ ]
: PackageInstaller.rdef