summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2021-01-21 14:13:59 +0100
committerMax Kellermann <max@musicpd.org>2021-01-21 14:33:14 +0100
commit168d6257b41fe88fd1595cd91396b7b0f17a6766 (patch)
tree6aca17fa96a04bd8b31ece9517ead2bc550daaa8 /android
parent1afa33c3c766af22c35b02ba58e84693243a4f3e (diff)
python/build/libs.py: build CURL with OpenSSL support
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1059
Diffstat (limited to 'android')
-rwxr-xr-xandroid/build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/build.py b/android/build.py
index 982160783..eb6600111 100755
--- a/android/build.py
+++ b/android/build.py
@@ -172,6 +172,7 @@ thirdparty_libs = [
wildmidi,
gme,
ffmpeg,
+ openssl,
curl,
libexpat,
libnfs,