From abce0927dcafb2ec7f48915d9596e36468d56f8f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 29 Aug 2016 17:52:32 +0200 Subject: Fix buildfile --- bpkg/buildfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bpkg/buildfile') diff --git a/bpkg/buildfile b/bpkg/buildfile index f1ce654..0b45ea5 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -import libs += libbutl%lib{butl} +import int_libs = libbutl%lib{butl} lib{bpkg}: \ {hxx }{ export } \ @@ -10,13 +10,15 @@ lib{bpkg}: \ {hxx cxx}{ manifest-parser } \ {hxx cxx}{ manifest-serializer } \ {hxx }{ version } \ -$libs + $int_libs cxx.poptions =+ -I$src_root obja{*}: cxx.poptions += -DLIBBPKG_STATIC_BUILD objs{*}: cxx.poptions += -DLIBBPKG_SHARED_BUILD lib{bpkg}: cxx.export.poptions = -I$src_root +lib{bpkg}: cxx.export.libs = $int_libs + liba{bpkg}: cxx.export.poptions += -DLIBBPKG_STATIC libs{bpkg}: cxx.export.poptions += -DLIBBPKG_SHARED -- cgit v1.1