aboutsummaryrefslogtreecommitdiff
path: root/src/zencore
diff options
context:
space:
mode:
Diffstat (limited to 'src/zencore')
-rw-r--r--src/zencore/xmake.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/zencore/xmake.lua b/src/zencore/xmake.lua
index b3a33e052..c249d8e3f 100644
--- a/src/zencore/xmake.lua
+++ b/src/zencore/xmake.lua
@@ -77,6 +77,10 @@ target('zencore')
-- is unaware of this and simply globs files from vcpkg's output. The
-- line below forces breakpad_client to be to the right of sentry_native
add_syslinks("breakpad_client")
+ add_syslinks("curl")
+ add_syslinks("ssl")
+ add_syslinks("crypto")
+ add_syslinks("z")
end
if is_plat("macosx") then