File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
src/SPC/builder/unix/library Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ protected function build(): void
24
24
->optionalLib ('libssh2 ' , fn ($ lib ) => "-DLIBSSH2_LIBRARY= \"{$ lib ->getStaticLibFiles (style: 'cmake ' )}\" -DLIBSSH2_INCLUDE_DIR= {$ lib ->getIncludeDir ()}" , '-DCURL_USE_LIBSSH2=OFF ' )
25
25
->optionalLib ('nghttp2 ' , fn ($ lib ) => "-DUSE_NGHTTP2=ON -DNGHTTP2_LIBRARY= \"{$ lib ->getStaticLibFiles (style: 'cmake ' )}\" -DNGHTTP2_INCLUDE_DIR= {$ lib ->getIncludeDir ()}" , '-DUSE_NGHTTP2=OFF ' )
26
26
->optionalLib ('nghttp3 ' , fn ($ lib ) => "-DUSE_NGHTTP3=ON -DNGHTTP3_LIBRARY= \"{$ lib ->getStaticLibFiles (style: 'cmake ' )}\" -DNGHTTP3_INCLUDE_DIR= {$ lib ->getIncludeDir ()}" , '-DUSE_NGHTTP3=OFF ' )
27
+ ->optionalLib ('ngtcp2 ' , fn ($ lib ) => "-DUSE_NGTCP2=ON -DNGNGTCP2_LIBRARY= \"{$ lib ->getStaticLibFiles (style: 'cmake ' )}\" -DNGNGTCP2_INCLUDE_DIR= {$ lib ->getIncludeDir ()}" , '-DUSE_NGTCP2=OFF ' )
27
28
->optionalLib ('ldap ' , ...cmake_boolean_args ('CURL_DISABLE_LDAP ' , true ))
28
29
->optionalLib ('zstd ' , ...cmake_boolean_args ('CURL_ZSTD ' ))
29
30
->optionalLib ('idn2 ' , ...cmake_boolean_args ('USE_LIBIDN2 ' ))
You can’t perform that action at this time.
0 commit comments