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.gmake | |
parent | 984a0217af64c734938c330b09ed21d1253dea8d (diff) |
Get rid of pkgconfig module
Diffstat (limited to 'bootstrap.gmake')
-rw-r--r-- | bootstrap.gmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap.gmake b/bootstrap.gmake index 0b2c43f..980b90e 100644 --- a/bootstrap.gmake +++ b/bootstrap.gmake @@ -126,8 +126,7 @@ cli \ test/script \ test \ version \ -install \ -pkgconfig +install build2_src := $(wildcard $(src_root)/build2/*.cxx) build2_src += $(foreach d,$(sub_dirs),$(wildcard $(src_root)/build2/$d/*.cxx)) |