aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenhttp/xmake.lua')
-rw-r--r--src/zenhttp/xmake.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/zenhttp/xmake.lua b/src/zenhttp/xmake.lua
index e8f87b668..9b461662e 100644
--- a/src/zenhttp/xmake.lua
+++ b/src/zenhttp/xmake.lua
@@ -12,6 +12,11 @@ target('zenhttp')
add_packages("http_parser", "json11")
add_options("httpsys")
+ if is_plat("linux", "macosx") then
+ add_packages("openssl3")
+ end
+
if is_plat("linux") then
add_syslinks("dl") -- TODO: is libdl needed?
end
+