Fix building curl on Linux

This commit is contained in:
2025-10-18 02:33:54 +03:00
parent c76b9f206f
commit 12f686262c

View File

@@ -123,7 +123,7 @@ namespace Flax.Deps.Dependencies
var settings = new[] var settings = new[]
{ {
"--without-librtmp", "--without-librtmp",
"--without-ssl", //"--without-ssl",
"--with-gnutls", "--with-gnutls",
"--disable-ipv6", "--disable-ipv6",
"--disable-manual", "--disable-manual",