diff options
Diffstat (limited to 'bpkg')
-rw-r--r-- | bpkg/buildfile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile index 2340443..4ca2839 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -4,11 +4,11 @@ import libs += libbutl%lib{butl} -lib{bpkg}: \ -{ hxx cxx }{ manifest } \ -{ hxx cxx }{ manifest-parser } \ -{ hxx cxx }{ manifest-serializer } \ -{ hxx }{ version } \ +lib{bpkg}: \ +{hxx cxx}{ manifest } \ +{hxx cxx}{ manifest-parser } \ +{hxx cxx}{ manifest-serializer } \ +{hxx }{ version } \ $libs cxx.poptions += -I$src_root |