diff options
author | Max Kellermann <max@musicpd.org> | 2021-01-21 14:13:59 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2021-01-21 14:33:14 +0100 |
commit | 168d6257b41fe88fd1595cd91396b7b0f17a6766 (patch) | |
tree | 6aca17fa96a04bd8b31ece9517ead2bc550daaa8 /android | |
parent | 1afa33c3c766af22c35b02ba58e84693243a4f3e (diff) |
python/build/libs.py: build CURL with OpenSSL support
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1059
Diffstat (limited to 'android')
-rwxr-xr-x | android/build.py | 1 |
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, |