diff options
author | Max Kellermann <max@musicpd.org> | 2018-02-24 22:59:33 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-05-12 16:24:24 +0200 |
commit | 62127bbb123d143e52cc1bc95f636843a75eba4b (patch) | |
tree | 93ea02251da300f0469b042d8d4837ee9986488d /win32 | |
parent | 786ac87b7655b3d290aa7f2c7fcc745dcf68cf2c (diff) |
python/build/libs.py: add libmpdclient
Diffstat (limited to 'win32')
-rwxr-xr-x | win32/build.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/build.py b/win32/build.py index 38cc9c271..99203a6d6 100755 --- a/win32/build.py +++ b/win32/build.py @@ -76,6 +76,7 @@ class CrossGccToolchain: # a list of third-party libraries to be used by MPD on Android from build.libs import * thirdparty_libs = [ + libmpdclient, libogg, libvorbis, opus, |