meson: set CURL_NO_OLDIES in developer mode

This commit is contained in:
Yu Watanabe 2020-11-21 01:52:47 +09:00
parent 2d052a0a48
commit 435b5ba8d5
1 changed files with 1 additions and 0 deletions

View File

@ -1074,6 +1074,7 @@ else
libcurl = []
endif
conf.set10('HAVE_LIBCURL', have)
conf.set10('CURL_NO_OLDIES', get_option('mode') == 'developer')
want_libidn = get_option('libidn')
want_libidn2 = get_option('libidn2')