diff options
author | Max Kellermann <max@musicpd.org> | 2018-08-17 17:15:05 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-08-17 17:15:05 +0200 |
commit | fb5f9baf9ca835e783dec28b73dd3fd8680d7adf (patch) | |
tree | 442f41cf95e11987313949ddf84e98430918122c /android | |
parent | dee591d970acf0c00f34820477fa4e509167ac08 (diff) |
android/build.py: enable libexpat for the "curl" storage plugin
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 ee64d3059..4c26f9c4c 100755 --- a/android/build.py +++ b/android/build.py @@ -146,6 +146,7 @@ thirdparty_libs = [ libid3tag, ffmpeg, curl, + libexpat, libnfs, boost, ] |