From c1ae16a53f52e282e15959e137a773c79e43e473 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 5 Dec 2016 18:10:31 +0300 Subject: Adapt buildfiles to expansion change --- cutl/buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cutl/buildfile') diff --git a/cutl/buildfile b/cutl/buildfile index 410baf8..2d49131 100644 --- a/cutl/buildfile +++ b/cutl/buildfile @@ -46,11 +46,11 @@ if $abi_prerelease else lib{cutl}: bin.lib.version = @-$abi_major.$abi_minor -cxx.poptions =+ -I$src_root -DLIBCUTL_BUILD2 +cxx.poptions =+ "-I$src_root" -DLIBCUTL_BUILD2 obja{*}: cxx.poptions += -DLIBCUTL_STATIC_BUILD objs{*}: cxx.poptions += -DLIBCUTL_SHARED_BUILD -lib{cutl}: cxx.export.poptions = -I$src_root -DLIBCUTL_BUILD2 +lib{cutl}: cxx.export.poptions = "-I$src_root" -DLIBCUTL_BUILD2 liba{cutl}: cxx.export.poptions += -DLIBCUTL_STATIC libs{cutl}: cxx.export.poptions += -DLIBCUTL_SHARED -- cgit v1.1