Add libnetwork.so to stage1 of bootstrap build.

This commit is contained in:
Oliver Tappe 2014-03-02 10:46:35 +01:00
parent 2e61b6dd1d
commit 82e975d7d2
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ for stage in _stage1 "" {
AddLibrariesToPackage $(developCrossLibDirTokens) :
[ MultiArchDefaultGristFiles libbsd.so ]
[ MultiArchDefaultGristFiles libroot.so : revisioned ]
[ MultiArchDefaultGristFiles libnetwork.so ]
$(HAIKU_SHARED_LIBSTDC++_$(architecture))
$(HAIKU_SHARED_LIBSUPC++_$(architecture))
$(additionalLibraries$(stage))