From e4746d0303426ea39c10c0c186afd6bdf3db82f2 Mon Sep 17 00:00:00 2001 From: Edremon <106028744+Edremon@users.noreply.github.com.> Date: Fri, 22 Nov 2024 15:43:48 +0000 Subject: [PATCH] Fix building on Linux --- premake5-deps.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/premake5-deps.lua b/premake5-deps.lua index f9168ea9..cab9a16b 100644 --- a/premake5-deps.lua +++ b/premake5-deps.lua @@ -632,6 +632,7 @@ if _OPTIONS["build-curl"] or _OPTIONS["all-build"] then "CURL_USE_LIBPSL=OFF", "USE_LIBIDN2=OFF", "CURL_DISABLE_LDAP=ON", + "USE_NGHTTP2=OFF", } if os.target() == 'windows' and string.match(_ACTION, 'vs.+') then table.insert(curl_common_defs, "CURL_STATIC_CRT=ON")