aboutsummaryrefslogtreecommitdiff
path: root/zencore
diff options
context:
space:
mode:
Diffstat (limited to 'zencore')
-rw-r--r--zencore/xmake.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/zencore/xmake.lua b/zencore/xmake.lua
index 5923b99c3..eade07700 100644
--- a/zencore/xmake.lua
+++ b/zencore/xmake.lua
@@ -39,5 +39,6 @@ target('zencore')
-- xmake to use the correct order, and "syslinks" is used to force the
-- arguments to the end of the line (otherwise they can appear before
-- curl and cause more errors).
- add_syslinks("ssl", "crypto")
+ add_syslinks("crypto")
+ add_syslinks("dl")
end