python/build/libs.py: re-enable verbose error strings

This compile-time option is not about debug logging, but about
curl_easy_strerror().

Closes https://github.com/MusicPlayerDaemon/MPD/issues/1670
This commit is contained in:
Max Kellermann
2022-11-28 16:08:18 +01:00
parent e9f6a3482c
commit cac88e8be5
2 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,6 @@ curl = CmakeProject(
[
'-DBUILD_CURL_EXE=OFF',
'-DBUILD_SHARED_LIBS=OFF',
'-DCURL_DISABLE_VERBOSE_STRINGS=ON',
'-DCURL_DISABLE_LDAP=ON',
'-DCURL_DISABLE_TELNET=ON',
'-DCURL_DISABLE_DICT=ON',