From 8858b357959a39d11eb951af075fe13f80fec8a0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Sep 2016 16:30:15 +0200 Subject: Update to latest build2 changes --- xml/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xml') diff --git a/xml/buildfile b/xml/buildfile index c387f56..3b9d0e8 100644 --- a/xml/buildfile +++ b/xml/buildfile @@ -57,7 +57,7 @@ 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 -- cgit v1.1