diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-10-21 19:33:57 +0300 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-04 09:26:34 +0200 |
commit | 3e0ec9b4d0dd5b02817c5f7a5ad48b55970dacbc (patch) | |
tree | fe9d954a84f9a42508c7a7c689ede811a6ba7798 /bootstrap.sh | |
parent | 64cbe53f7361075f841572854f1065a6f7c6507c (diff) |
Update bootstrap scripts
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index ba245de..15410cb 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -125,6 +125,7 @@ src="$src build2/cc/*.cxx" src="$src build2/cxx/*.cxx" src="$src build2/cli/*.cxx" src="$src build2/test/*.cxx" +src="$src build2/test/script/*.cxx" src="$src build2/install/*.cxx" src="$src build2/pkgconfig/*.cxx" src="$src $libbutl/butl/*.cxx" |