aboutsummaryrefslogtreecommitdiff
path: root/butl/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'butl/buildfile')
-rw-r--r--butl/buildfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/butl/buildfile b/butl/buildfile
index 1607e7d..5c5aae3 100644
--- a/butl/buildfile
+++ b/butl/buildfile
@@ -53,11 +53,11 @@ if $abi_prerelease
else
lib{butl}: bin.lib.version = @-$abi_major.$abi_minor
-cxx.poptions =+ -I$src_root
+cxx.poptions =+ "-I$src_root"
obja{*}: cxx.poptions += -DLIBBUTL_STATIC_BUILD
objs{*}: cxx.poptions += -DLIBBUTL_SHARED_BUILD
-lib{butl}: cxx.export.poptions = -I$src_root
+lib{butl}: cxx.export.poptions = "-I$src_root"
liba{butl}: cxx.export.poptions += -DLIBBUTL_STATIC
libs{butl}: cxx.export.poptions += -DLIBBUTL_SHARED