mirror of
https://github.com/curl/curl.git
synced 2026-06-05 18:54:16 +03:00
Necessary in certain cases: https://github.com/curl/curl/actions/runs/15798441792/job/44533568505?pr=17696 https://ci.appveyor.com/project/curlorg/curl/builds/52275205 The actual linkage needs are somewhat messy: - certain tests do themselves depend on system libs (e.g. ws2_32) - curlx depends on certain system libs (e.g. curlx_wait_ms on ws2_32) This only applies when linking against shared libcurl. Sometimes this is satified because libcurl pulls in the right libs, but when not linking relies on an explicit CURL_LIBS. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| CMakeLists.txt | ||
| first.c | ||
| first.h | ||
| h2_pausing.c | ||
| h2_serverpush.c | ||
| h2_upgrade_extreme.c | ||
| hx_download.c | ||
| hx_upload.c | ||
| Makefile.am | ||
| Makefile.inc | ||
| tls_session_reuse.c | ||
| upload_pausing.c | ||
| ws_data.c | ||
| ws_pingpong.c | ||