aboutsummaryrefslogtreecommitdiff
path: root/src/zenhorde/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenhorde/xmake.lua')
-rw-r--r--src/zenhorde/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenhorde/xmake.lua b/src/zenhorde/xmake.lua
index 48d028e86..0e69e9c5f 100644
--- a/src/zenhorde/xmake.lua
+++ b/src/zenhorde/xmake.lua
@@ -14,7 +14,7 @@ target('zenhorde')
end
if is_plat("linux") or is_plat("macosx") then
- add_packages("openssl")
+ add_packages("openssl3")
end
if is_os("macosx") then