From dc4f5abaeb007771684f3bd7e13c1cea9bf356e6 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 23 Feb 2022 10:53:11 +0300 Subject: Upgrade to 2.4.6 --- libexpat/libexpat/buildfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'libexpat/libexpat/buildfile') diff --git a/libexpat/libexpat/buildfile b/libexpat/libexpat/buildfile index ef06a2e..c20e977 100644 --- a/libexpat/libexpat/buildfile +++ b/libexpat/libexpat/buildfile @@ -1,11 +1,13 @@ # file : libexpat/buildfile # license : MIT; see accompanying COPYING file +lib{expat}: libul{expat} + # xmltok_{impl,nc}.c files are included into xmltok.c, so exclude them from # the compilation. # -lib{expat}: h{*} c{* -xmltok_impl -xmltok_ns} -lib{expat}: c{xmltok_impl xmltok_ns}: include = false +{libul libue}{expat}: h{*} c{* -xmltok_impl -xmltok_ns} +{libul libue}{expat}: c{xmltok_impl xmltok_ns}: include = false tclass = $c.target.class @@ -21,7 +23,7 @@ libs{expat}: def{libexpat}: include = $msvc_runtime # Build options. # -c.poptions += -DHAVE_EXPAT_CONFIG_H +c.poptions += -DHAVE_EXPAT_CONFIG_H -DXML_BUILDING_EXPAT if! $msvc_runtime c.poptions += -DXML_ENABLE_VISIBILITY=1 -- cgit v1.1