diff options
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 |