aboutsummaryrefslogtreecommitdiff
path: root/src/zencore
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-26 19:39:53 +0100
committerStefan Boberg <[email protected]>2025-10-26 19:39:53 +0100
commit60850738387deae45db61d7e549a026c9021a9a8 (patch)
treeba6454dae5275820c38f9490c1acea145aec2b2a /src/zencore
parentremove vcpkg from github actions (diff)
downloadzen-60850738387deae45db61d7e549a026c9021a9a8.tar.xz
zen-60850738387deae45db61d7e549a026c9021a9a8.zip
curl default to mbedtls in package definition
also bumped Linux sentry-native to 0.7.6 to match other targets
Diffstat (limited to 'src/zencore')
-rw-r--r--src/zencore/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zencore/xmake.lua b/src/zencore/xmake.lua
index 26a6f0bdf..7ca3d3502 100644
--- a/src/zencore/xmake.lua
+++ b/src/zencore/xmake.lua
@@ -64,7 +64,7 @@ target('zencore')
-- be specified after the former with GCC-like toolchains. xmake however
-- 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("breakpad_client")
end
if is_plat("macosx") then