From b808c255b6a9ddba085bf5646e7d20ec344f2e2d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 28 Apr 2020 08:48:53 +0200 Subject: Initial support for ad hoc recipes (still work in progress) --- bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index a6b98fa..14e52cf 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -118,6 +118,8 @@ fi src="build2/*.cxx" src="$src libbuild2/*.cxx" +src="$src libbuild2/script/*.cxx" +src="$src libbuild2/build/script/*.cxx" src="$src libbuild2/config/*.cxx" src="$src libbuild2/dist/*.cxx" src="$src libbuild2/test/*.cxx" -- cgit v1.1