diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-05 15:13:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-05 15:13:15 +0200 |
commit | a175238293f8059a9f308e91e82d85ae05a63cb8 (patch) | |
tree | 5d7af09f584a9fa28a2a9c9b12ea30df061d3d6e /review | |
parent | 9e66b569535df36be5d1598a06039cefb37999df (diff) |
Switch to libpkg-config from libpkgconf
Diffstat (limited to 'review')
-rwxr-xr-x | review | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ for m in $modules; do # Exclude submodules in build2-toolchain. # if [ $m = "build2-toolchain" ]; then - exclude="$exclude submodules bdep bpkg build2 libbutl libbpkg libodb libodb-sqlite libsqlite3 libpkgconf libbuild2-kconfig" + exclude="$exclude submodules bdep bpkg build2 libbutl libbpkg libodb libodb-sqlite libsqlite3 libpkg-config libbuild2-kconfig" fi fo= |