diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-11 17:51:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-11 17:51:19 +0200 |
commit | 294f8e8d3abebaaa976c7d21248a1a205c869b02 (patch) | |
tree | 0691fc91ddb15b6b7e501d26593716ad40fa06d3 /bpkg | |
parent | 161d105204eb66148c28ef2615f1a12d3ba33136 (diff) |
Fix wrong library name
Diffstat (limited to 'bpkg')
-rw-r--r-- | bpkg/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile index 8d11e61..c498ed9 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -2,5 +2,5 @@ # copyright : Copyright (c) 2014-2015 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -import libs += libhello +import libs += libbutl lib{bpkg}: cxx{manifest-parser manifest-serializer manifest} $libs |