From d2f010c8d11deb63fde49ff412bbd42aab801b2d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 5 Dec 2016 18:08:42 +0300 Subject: Adapt buildfiles to expansion change --- format/buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/format/buildfile b/format/buildfile index 5637be6..c21eb88 100644 --- a/format/buildfile +++ b/format/buildfile @@ -8,11 +8,11 @@ if $abi_prerelease else lib{format}: bin.lib.version = @-$abi_major.$abi_minor -cxx.poptions =+ -I$src_root +cxx.poptions =+ "-I$src_root" obja{*}: cxx.poptions += -DLIBFORMAT_STATIC_BUILD objs{*}: cxx.poptions += -DLIBFORMAT_SHARED_BUILD -lib{format}: cxx.export.poptions = -I$src_root +lib{format}: cxx.export.poptions = "-I$src_root" liba{format}: cxx.export.poptions += -DLIBFORMAT_STATIC libs{format}: cxx.export.poptions += -DLIBFORMAT_SHARED -- cgit v1.1