mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
meson: set CURL_NO_OLDIES in developer mode
This commit is contained in:
parent
2d052a0a48
commit
435b5ba8d5
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user