From aca4d044103d6a67c5aaa9cabf2be1155199ccc5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 31 Jan 2022 11:19:21 +0200 Subject: Add initial build system driver initialization --- bpkg/buildfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bpkg/buildfile') diff --git a/bpkg/buildfile b/bpkg/buildfile index 93f8712..cc9e7b5 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -10,6 +10,8 @@ xml{*}: extension = xml 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} -- cgit v1.1