From 8284e470d0c3abd642efbb3eff1f012b4f7282c2 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Tue, 3 Dec 2024 09:41:41 +0100 Subject: don't force openssl to version 3.0.8 (#252) should fix build issues caused by curl pulling in a different version --- xmake.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'xmake.lua') diff --git a/xmake.lua b/xmake.lua index b1e0f809d..fc896d3e8 100644 --- a/xmake.lua +++ b/xmake.lua @@ -26,9 +26,7 @@ add_requires( set_policy("build.ccache", false) -if is_plat("linux") then - add_requires("vcpkg::openssl 3.0.8") -elseif is_plat("windows") then +if is_plat("windows") then add_defines("ZEN_USE_OPENSSL=0") else add_requires("vcpkg::openssl") -- cgit v1.2.3