Skip to content

Commit 78c8fca

Browse files
committed
Enable unix sockets in curl
This is normally enabled by default in a curl build. Disabling it now causes a build error for other platforms.
1 parent c3e1c0d commit 78c8fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/curl/portfile.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ set(BUILD_OPTIONS
6969
-DCURL_USE_LIBSSH2=OFF
7070
# ENABLE options
7171
-DENABLE_CURL_MANUAL=OFF
72-
-DENABLE_UNIX_SOCKETS=OFF
72+
-DENABLE_UNIX_SOCKETS=ON
7373
# USE options
7474
-DUSE_NGHTTP2=ON
7575
-DUSE_WIN32_LDAP=OFF

0 commit comments

Comments
 (0)