summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-12-05 18:08:42 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-12-05 18:08:42 +0300
commitd2f010c8d11deb63fde49ff412bbd42aab801b2d (patch)
tree7111034aea34cd0e8d1ee192abc53298870beef0
parent97fdcd6d5c463f3569220c94eb9c75a71b51fe30 (diff)
Adapt buildfiles to expansion change
-rw-r--r--format/buildfile4
1 files 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