diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-24 16:47:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-24 16:47:33 +0200 |
commit | 0a049bbda4796c685e91e86ba1e3b868e4cabead (patch) | |
tree | 45d16ac6388ea4f18d7a84d4c0c8bcc33a9bf562 /bpkg | |
parent | 8a9e7a174e1573974187c686a7c0d9c0b03715ab (diff) |
Update for new build2
Diffstat (limited to 'bpkg')
-rw-r--r-- | bpkg/buildfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile index d887750..41cdb66 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -2,7 +2,8 @@ # copyright : Copyright (c) 2014-2015 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -import libs += libbutl +import libs += libbutl%lib{butl} + lib{bpkg}: cxx{manifest-parser manifest-serializer manifest} $libs cxx.poptions += -I$src_root lib{bpkg}: cxx.export.poptions = -I$src_root |