diff options
| author | Stefan Boberg <[email protected]> | 2025-10-26 19:39:53 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-10-26 19:39:53 +0100 |
| commit | 60850738387deae45db61d7e549a026c9021a9a8 (patch) | |
| tree | ba6454dae5275820c38f9490c1acea145aec2b2a /src/zencore | |
| parent | remove vcpkg from github actions (diff) | |
| download | zen-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.lua | 2 |
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 |