aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-12-01 16:52:44 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-12-01 16:53:07 +0300
commitfcd6a367e71f37c566a34daa87cf524397a9ba67 (patch)
tree41824024ccd65932b4cfdd15442567dbda70b5c5
parent4d7ace44a500548f3186a08959c37828e397c23f (diff)
Adapt buildfile to expansion change
-rw-r--r--bpkg/buildfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile
index 22eeb98..5442395 100644
--- a/bpkg/buildfile
+++ b/bpkg/buildfile
@@ -18,11 +18,11 @@ if $abi_prerelease
else
lib{bpkg}: bin.lib.version = @-$abi_major.$abi_minor
-cxx.poptions =+ -I$src_root
+cxx.poptions =+ "-I$src_root"
obja{*}: cxx.poptions += -DLIBBPKG_STATIC_BUILD
objs{*}: cxx.poptions += -DLIBBPKG_SHARED_BUILD
-lib{bpkg}: cxx.export.poptions = -I$src_root
+lib{bpkg}: cxx.export.poptions = "-I$src_root"
liba{bpkg}: cxx.export.poptions += -DLIBBPKG_STATIC
libs{bpkg}: cxx.export.poptions += -DLIBBPKG_SHARED