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 27c3ece commit 840792cCopy full SHA for 840792c
contrib/curl/premake5.lua
@@ -25,6 +25,9 @@ project "curl-lib"
25
filter { "system:macosx" }
26
defines { "USE_SECTRANSP" }
27
28
+ filter { "system:macosx", "options:not no-darwinssl" }
29
+ defines { "USE_DARWINSSL" }
30
+
31
filter { "system:not windows", "system:not macosx" }
32
defines { "USE_MBEDTLS" }
33
premake5.lua
@@ -129,6 +129,11 @@ newoption {
129
_OPTIONS["zlib-src"] = "none"
130
end
131
132
+ newoption {
133
+ trigger = "no-darwinssl",
134
+ description = "Disable DarwinSSL support in curl"
135
+ }
136
137
newoption {
138
trigger = "no-luasocket",
139
description = "Disable Luasocket 3rd party lib"
0 commit comments