From 294f8e8d3abebaaa976c7d21248a1a205c869b02 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 11 Jun 2015 17:51:19 +0200 Subject: Fix wrong library name --- bpkg/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/buildfile') 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 -- cgit v1.1