summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJoshua Wise <joshua@joshuawise.com>2018-08-17 02:41:08 -0400
committerMax Kellermann <max@musicpd.org>2018-08-17 17:13:39 +0200
commita5cc13b0c5327ab742e2d3a66de63e1d0e02e7a6 (patch)
tree2cf52dd555193ceabfbdbc1b1afe35c6136a6aa8 /win32
parentaaf588aeaa4451dc6bc2bd7101093b559f73aeff (diff)
build: Add libexpat to the crosscompile build on Windows.
The Curl plugin requires libexpat in order to work these days, so we should download and build it in order to get the plugin enabled on Windows.
Diffstat (limited to 'win32')
-rwxr-xr-xwin32/build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/build.py b/win32/build.py
index 99203a6d6..b3ed4ae55 100755
--- a/win32/build.py
+++ b/win32/build.py
@@ -86,6 +86,7 @@ thirdparty_libs = [
liblame,
ffmpeg,
curl,
+ libexpat,
libnfs,
boost,
]