summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-02-24 22:59:33 +0100
committerMax Kellermann <max@musicpd.org>2018-05-12 16:24:24 +0200
commit62127bbb123d143e52cc1bc95f636843a75eba4b (patch)
tree93ea02251da300f0469b042d8d4837ee9986488d /android
parent786ac87b7655b3d290aa7f2c7fcc745dcf68cf2c (diff)
python/build/libs.py: add libmpdclient
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 19dcbaee7..ee64d3059 100755
--- a/android/build.py
+++ b/android/build.py
@@ -138,6 +138,7 @@ class AndroidNdkToolchain:
# a list of third-party libraries to be used by MPD on Android
from build.libs import *
thirdparty_libs = [
+ libmpdclient,
libogg,
libvorbis,
opus,