diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-09-24 02:29:13 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-09-25 00:30:49 +0300 |
commit | 6779ea02fb07ba39d162300dd18297ba2027846a (patch) | |
tree | 2543cfd4a4afd2113e2f298a8ede4019cc795ae1 /bootstrap.sh | |
parent | 984a0217af64c734938c330b09ed21d1253dea8d (diff) |
Get rid of pkgconfig module
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 49b0494..0b33156 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -128,7 +128,6 @@ src="$src build2/test/*.cxx" src="$src build2/test/script/*.cxx" src="$src build2/version/*.cxx" src="$src build2/install/*.cxx" -src="$src build2/pkgconfig/*.cxx" src="$src $libbutl/libbutl/*.cxx" # Note that for as long as we support GCC 4.9 we have to compile in the C++14 |