mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:13:34 +03:00
lib: remove support for CURL_DOES_CONVERSIONS
TPF was the only user and support for that was dropped. Closes #8378
This commit is contained in:
parent
da15443ddd
commit
2610142139
95 changed files with 198 additions and 1907 deletions
|
|
@ -94,14 +94,6 @@ if [ "$T" = "tidy" ]; then
|
|||
make tidy
|
||||
fi
|
||||
|
||||
if [ "$T" = "iconv" ]; then
|
||||
source scripts/zuul/iconv-env.sh
|
||||
./configure --enable-debug --enable-werror $C
|
||||
make
|
||||
make examples
|
||||
make test-nonflaky
|
||||
fi
|
||||
|
||||
if [ "$T" = "cmake" ]; then
|
||||
cmake -H. -Bbuild -DCURL_WERROR=ON $C
|
||||
cmake --build build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue