From 85b7dc75597386777ebe1f7158e798eff968a4bf Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 2 Feb 2022 09:01:00 +0200 Subject: Re-enable linking of libbuild2 --- bpkg/buildfile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'bpkg/buildfile') diff --git a/bpkg/buildfile b/bpkg/buildfile index 928bd35..cc9e7b5 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -8,16 +8,12 @@ define xml: file xml{*}: extension = xml -libs = - -# @@ TMP -# -#import libs = build2%lib{build2} +import libs = build2%lib{build2} # NOTE: see also module loading in bpkg.cxx if adding anything here. # -#for m: bin c cc cxx in version -# import libs += build2%lib{build2-$m} +for m: bin c cc cxx in version + import libs += build2%lib{build2-$m} import libs += libbpkg%lib{bpkg} import libs += libbutl%lib{butl} -- cgit v1.1