Commit 25cd47b8 authored by Max Kellermann's avatar Max Kellermann

win32/build.py: enable libnfs

Now that all build failures have been fixed, we can enable the feature.
parent cd48d981
...@@ -4,7 +4,7 @@ ver 0.20.18 (not yet released) ...@@ -4,7 +4,7 @@ ver 0.20.18 (not yet released)
* decoder * decoder
- flac: improve seeking precision - flac: improve seeking precision
* fix gapless CUE song transitions * fix gapless CUE song transitions
* Android * Android, Windows
- enable the NFS storage plugin - enable the NFS storage plugin
ver 0.20.17 (2018/02/11) ver 0.20.17 (2018/02/11)
......
...@@ -85,6 +85,7 @@ thirdparty_libs = [ ...@@ -85,6 +85,7 @@ thirdparty_libs = [
liblame, liblame,
ffmpeg, ffmpeg,
curl, curl,
libnfs,
boost, boost,
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment