aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-12-05 18:10:31 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-12-05 18:10:31 +0300
commitc1ae16a53f52e282e15959e137a773c79e43e473 (patch)
treea06108d32dfc18b1ba2246f681702ccddb2b0914
parent1ef12a515fcf4334725767e09d11583301a5153b (diff)
Adapt buildfiles to expansion change
-rw-r--r--cutl/buildfile4
1 files changed, 2 insertions, 2 deletions
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