We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8992c96 commit c464f78Copy full SHA for c464f78
src/SPC/builder/unix/library/curl.php
@@ -31,7 +31,7 @@ protected function build(): void
31
->optionalLib('psl', ...cmake_boolean_args('CURL_USE_LIBPSL'))
32
->optionalLib('libcares', '-DENABLE_ARES=ON')
33
->addConfigureArgs(
34
- '-DBUILD_CURL_EXE=ON',
+ '-DBUILD_CURL_EXE=OFF',
35
'-DBUILD_LIBCURL_DOCS=OFF',
36
)
37
->build();
0 commit comments