summaryrefslogtreecommitdiff
path: root/libexpat/libexpat/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'libexpat/libexpat/buildfile')
-rw-r--r--libexpat/libexpat/buildfile13
1 files changed, 13 insertions, 0 deletions
diff --git a/libexpat/libexpat/buildfile b/libexpat/libexpat/buildfile
index c20e977..7e9514c 100644
--- a/libexpat/libexpat/buildfile
+++ b/libexpat/libexpat/buildfile
@@ -21,6 +21,19 @@ msvc_runtime = ($c.target.system == 'win32-msvc')
#
libs{expat}: def{libexpat}: include = $msvc_runtime
+def{libexpat}: in{libexpat}
+{
+ in.symbol = '@'
+
+ # @@ TMP Use the in.substitutions variable instead when build2 0.16.0 is
+ # released (see README-DEV for details).
+ #
+ in.substitution = lax
+
+ EXPAT_COMMENT_ATTR_INFO = ';'
+ EXPAT_COMMENT_DTD = ' '
+}
+
# Build options.
#
c.poptions += -DHAVE_EXPAT_CONFIG_H -DXML_BUILDING_EXPAT