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:
parent
90f9eb2190
commit
0c69dde91f
@ -23,7 +23,7 @@ Application BootManager :
|
||||
WizardController.cpp
|
||||
WizardPageView.cpp
|
||||
|
||||
: be textencoding tracker localestub [ TargetLibsupc++ ]
|
||||
: be textencoding tracker shared localestub [ TargetLibsupc++ ]
|
||||
: BootManager.rdef
|
||||
;
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user