Skip to content

Commit

Permalink
Enable unix sockets in curl
Browse files Browse the repository at this point in the history
This is normally enabled by default in a curl build. Disabling it now causes a build error for other platforms.
  • Loading branch information
donny-dont committed Jun 28, 2024
1 parent c3e1c0d commit 78c8fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/curl/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ set(BUILD_OPTIONS
-DCURL_USE_LIBSSH2=OFF
# ENABLE options
-DENABLE_CURL_MANUAL=OFF
-DENABLE_UNIX_SOCKETS=OFF
-DENABLE_UNIX_SOCKETS=ON
# USE options
-DUSE_NGHTTP2=ON
-DUSE_WIN32_LDAP=OFF
Expand Down

0 comments on commit 78c8fca

Please sign in to comment.