aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/curl/ya.make
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-02-13 11:41:45 +0300
committerthegeorg <thegeorg@yandex-team.com>2024-02-13 12:03:56 +0300
commit37d4dee052324370ad0089d53f129745c0362224 (patch)
treed2d086bce246894b45bf7f866be75342e34d6fb4 /contrib/libs/curl/ya.make
parentdaae5ed942d2c8f247182a539308050736843d84 (diff)
downloadydb-37d4dee052324370ad0089d53f129745c0362224.tar.gz
Configure contrib/libs/nghttp2 for Windows and link it to contrib/libs/curl
Diffstat (limited to 'contrib/libs/curl/ya.make')
-rw-r--r--contrib/libs/curl/ya.make7
1 files changed, 1 insertions, 6 deletions
diff --git a/contrib/libs/curl/ya.make b/contrib/libs/curl/ya.make
index 436fb0985e..6fd1ecce6b 100644
--- a/contrib/libs/curl/ya.make
+++ b/contrib/libs/curl/ya.make
@@ -17,6 +17,7 @@ ORIGINAL_SOURCE(https://github.com/curl/curl/releases/download/curl-8_5_0/curl-8
PEERDIR(
contrib/libs/libc_compat
+ contrib/libs/nghttp2
contrib/libs/openssl
contrib/libs/zlib
)
@@ -27,12 +28,6 @@ ADDINCL(
contrib/libs/curl/lib
)
-IF (NOT OS_WINDOWS)
- PEERDIR(
- contrib/libs/nghttp2
- )
-ENDIF()
-
NO_COMPILER_WARNINGS()
NO_RUNTIME()