summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-02-20 22:45:15 +0100
committerMax Kellermann <max@musicpd.org>2018-02-20 22:47:17 +0100
commitc5c1c64a81baf737656647c0db601e5f85d63858 (patch)
treed1c80873f0c673b61abbfb991cd3f4826b3c8cc0 /android
parent992c52ce7f2b6527b23922b26e256564373a73a6 (diff)
python/build/libs.py: add libnfs
Enable the NFS storage plugin on Android. Closes #226
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 3e2e71dcc..43261152d 100755
--- a/android/build.py
+++ b/android/build.py
@@ -127,6 +127,7 @@ thirdparty_libs = [
libmad,
ffmpeg,
curl,
+ libnfs,
boost,
]