summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-12-05 18:07:52 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-12-05 18:07:52 +0300
commit54c13a91b502e518a1960870d60fe215daeef63d (patch)
treefd8869a3ecb3c0b0ed546af184873e388cdec4ce
parent6a4368431e645392c79cb8458bf15e1a02ba8481 (diff)
Adapt buildfiles to expansion change
-rw-r--r--hello/buildfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/hello/buildfile b/hello/buildfile
index a712474..fc85f49 100644
--- a/hello/buildfile
+++ b/hello/buildfile
@@ -11,11 +11,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