diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-29 17:33:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-29 17:33:34 +0200 |
commit | 94cf1316f00522ab9ae056c1ce9890d0efee6ebe (patch) | |
tree | 67e2b497e5b0419601a6f402cfdcb2be63ddc828 /bootstrap.sh | |
parent | 8e80e136db26543a93b7bb2c4e845fbf60a6db66 (diff) |
Add pkgbuild/ to 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 9493bea..1f89810 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -124,6 +124,7 @@ src="$src build2/cxx/*.cxx" src="$src build2/cli/*.cxx" src="$src build2/test/*.cxx" src="$src build2/install/*.cxx" +src="$src build2/pkgconfig/*.cxx" src="$src $libbutl/butl/*.cxx" set -x |