aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-05-14 14:18:50 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-05-17 17:48:37 +0300
commit96908ec43ed27d9f34da27b6a94a6db357465056 (patch)
tree7d61f1ccb6c4cef366b652f4446eee7e38eb6736 /bootstrap.sh
parente5827facbfbfe90eae1b71c355a08bf61e2f6e1a (diff)
Add build script
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 6e39239..14e52cf 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -119,6 +119,7 @@ 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"