summaryrefslogtreecommitdiffstats
path: root/contrib/libxml2/module.defs
diff options
context:
space:
mode:
authormaxd <[email protected]>2017-07-24 16:24:49 +0200
committerBradley Sepos <[email protected]>2017-10-05 17:17:34 -0400
commitb13b37ef9b2b9a09d25d963a0c9ae759070568b7 (patch)
tree49e6528f1b5eaf960eebb20800f3ce3b840f3268 /contrib/libxml2/module.defs
parent72b4ee71638ab2f0b658f3076119b3d28f41f177 (diff)
MSYS compilation on Windows and for Windows
Diffstat (limited to 'contrib/libxml2/module.defs')
-rw-r--r--contrib/libxml2/module.defs4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/libxml2/module.defs b/contrib/libxml2/module.defs
index e4f1755b8..bf17500d9 100644
--- a/contrib/libxml2/module.defs
+++ b/contrib/libxml2/module.defs
@@ -10,3 +10,7 @@ LIBXML2.FETCH.sha256 = ffb911191e509b966deb55de705387f14156e1a56b21824357cdf005
# in the MinGW environment.
LIBXML2.CONFIGURE.extra = \
--without-python --without-threads
+
+ifeq (1-msys,$(BUILD.cross)-$(HOST.system))
+ LIBXML2.CONFIGURE.args.build = --build=$(BUILD.machine)-unknown-linux-gnu
+endif