From a5cc13b0c5327ab742e2d3a66de63e1d0e02e7a6 Mon Sep 17 00:00:00 2001 From: Joshua Wise Date: Fri, 17 Aug 2018 02:41:08 -0400 Subject: 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. --- win32/build.py | 1 + 1 file changed, 1 insertion(+) (limited to 'win32') 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, ] -- cgit v1.2.3