From 29e21ce69490834731aa257b717544378fd00e57 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 5 Dec 2016 18:14:00 +0300 Subject: Adapt buildfiles to expansion change --- xml/buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xml/buildfile') 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 -- cgit v1.1