Skip to content

Commit c464f78

Browse files
committed
dont build exe
1 parent 8992c96 commit c464f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/builder/unix/library/curl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ protected function build(): void
3131
->optionalLib('psl', ...cmake_boolean_args('CURL_USE_LIBPSL'))
3232
->optionalLib('libcares', '-DENABLE_ARES=ON')
3333
->addConfigureArgs(
34-
'-DBUILD_CURL_EXE=ON',
34+
'-DBUILD_CURL_EXE=OFF',
3535
'-DBUILD_LIBCURL_DOCS=OFF',
3636
)
3737
->build();

0 commit comments

Comments
 (0)