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
|
WizardController.cpp
|
||||||
WizardPageView.cpp
|
WizardPageView.cpp
|
||||||
|
|
||||||
: be textencoding tracker localestub [ TargetLibsupc++ ]
|
: be textencoding tracker shared localestub [ TargetLibsupc++ ]
|
||||||
: BootManager.rdef
|
: BootManager.rdef
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Application LegacyPackageInstaller :
|
|||||||
InstalledPackageInfo.cpp
|
InstalledPackageInfo.cpp
|
||||||
UninstallWindow.cpp
|
UninstallWindow.cpp
|
||||||
UninstallView.cpp
|
UninstallView.cpp
|
||||||
: be localestub tracker translation
|
: be localestub tracker translation shared
|
||||||
[ BuildFeatureAttribute zlib : library ]
|
[ BuildFeatureAttribute zlib : library ]
|
||||||
[ TargetLibsupc++ ]
|
[ TargetLibsupc++ ]
|
||||||
: PackageInstaller.rdef
|
: PackageInstaller.rdef
|
||||||
|
Loading…
Reference in New Issue
Block a user