diff options
Diffstat (limited to 'src/zenhorde/xmake.lua')
| -rw-r--r-- | src/zenhorde/xmake.lua | 2 |
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 |