aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-12-05 18:23:56 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-12-05 18:23:56 +0300
commit4804108ff2bf02627329852c9d2b804d146be632 (patch)
treeccc526eb3ed7c321c7f928c09a1c8d8a49d50b33
parentde6a9562cd2d041a1c7df24e1fd8878d16b7c7dd (diff)
Adapt buildfiles to expansion change
-rw-r--r--odb/pgsql/buildfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/pgsql/buildfile b/odb/pgsql/buildfile
index 247fee8..cbf0302 100644
--- a/odb/pgsql/buildfile
+++ b/odb/pgsql/buildfile
@@ -57,11 +57,11 @@ if $abi_prerelease
else
lib{odb-pgsql}: bin.lib.version = @-$abi_major.$abi_minor
-cxx.poptions =+ -I$out_root -I$src_root -DLIBODB_PGSQL_BUILD2
+cxx.poptions =+ "-I$out_root" "-I$src_root" -DLIBODB_PGSQL_BUILD2
obja{*}: cxx.poptions += -DLIBODB_PGSQL_STATIC_BUILD
objs{*}: cxx.poptions += -DLIBODB_PGSQL_SHARED_BUILD
-lib{odb-pgsql}: cxx.export.poptions = -I$src_root -DLIBODB_PGSQL_BUILD2
+lib{odb-pgsql}: cxx.export.poptions = "-I$src_root" -DLIBODB_PGSQL_BUILD2
liba{odb-pgsql}: cxx.export.poptions += -DLIBODB_PGSQL_STATIC
libs{odb-pgsql}: cxx.export.poptions += -DLIBODB_PGSQL_SHARED