aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-12-05 18:20:03 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-12-05 18:22:05 +0300
commitbd605d539460ef99de9cdb1ef76a8a21304ff38d (patch)
treed897727d41b7475ac7e4efd76aaa8f9ba6e81a36
parent7669fe138ac6facaf1e6221f666b831cff4dfbea (diff)
Adapt buildfiles to expansion change
-rw-r--r--odb/buildfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/buildfile b/odb/buildfile
index aae2bf9..9d44fed 100644
--- a/odb/buildfile
+++ b/odb/buildfile
@@ -100,11 +100,11 @@ if $abi_prerelease
else
lib{odb}: bin.lib.version = @-$abi_major.$abi_minor
-cxx.poptions =+ -I$src_root -DLIBODB_BUILD2
+cxx.poptions =+ "-I$src_root" -DLIBODB_BUILD2
obja{*}: cxx.poptions += -DLIBODB_STATIC_BUILD
objs{*}: cxx.poptions += -DLIBODB_SHARED_BUILD
-lib{odb}: cxx.export.poptions = -I$src_root -DLIBODB_BUILD2
+lib{odb}: cxx.export.poptions = "-I$src_root" -DLIBODB_BUILD2
liba{odb}: cxx.export.poptions += -DLIBODB_STATIC
libs{odb}: cxx.export.poptions += -DLIBODB_SHARED