From 66771d9784d81766200db9cae8bb60657eb6f4d4 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 5 Dec 2016 18:07:52 +0300 Subject: Adapt buildfiles to expansion change --- hello/buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello/buildfile b/hello/buildfile index ba3fb41..5c8d6db 100644 --- a/hello/buildfile +++ b/hello/buildfile @@ -8,11 +8,11 @@ if $abi_prerelease else lib{hello}: bin.lib.version = @-$abi_major.$abi_minor -cxx.poptions =+ -I$src_root +cxx.poptions =+ "-I$src_root" obja{*}: cxx.poptions += -DLIBHELLO_STATIC_BUILD objs{*}: cxx.poptions += -DLIBHELLO_SHARED_BUILD -lib{hello}: cxx.export.poptions = -I$src_root +lib{hello}: cxx.export.poptions = "-I$src_root" liba{hello}: cxx.export.poptions += -DLIBHELLO_STATIC libs{hello}: cxx.export.poptions += -DLIBHELLO_SHARED -- cgit v1.1