aboutsummaryrefslogtreecommitdiff
path: root/xml/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'xml/buildfile')
-rw-r--r--xml/buildfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/xml/buildfile b/xml/buildfile
index 3b9d0e8..380d997 100644
--- a/xml/buildfile
+++ b/xml/buildfile
@@ -57,11 +57,11 @@ else
# We are a mixed C/C++ library, though C is implementatio-only, kind of: we
# need headers but not symbols.
#
-cc.poptions =+ -I$src_root -DLIBSTUDXML_BUILD2
+cc.poptions =+ "-I$src_root" -DLIBSTUDXML_BUILD2
obja{*}: cc.poptions += -DLIBSTUDXML_STATIC_BUILD
objs{*}: cc.poptions += -DLIBSTUDXML_SHARED_BUILD
-lib{studxml}: cc.export.poptions = -I$src_root -DLIBSTUDXML_BUILD2
+lib{studxml}: cc.export.poptions = "-I$src_root" -DLIBSTUDXML_BUILD2
liba{studxml}: cc.export.poptions += -DLIBSTUDXML_STATIC
libs{studxml}: cc.export.poptions += -DLIBSTUDXML_SHARED