diff options
| author | Stefan Boberg <[email protected]> | 2025-10-26 20:37:48 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-10-26 20:37:48 +0100 |
| commit | c834b21b06b3e6c338d355a79368ce93676b576c (patch) | |
| tree | 15ec75ee607a17d547a50f947b208b48cd4fd775 /src/zencore | |
| parent | fix mbedtls crypto impl (diff) | |
| parent | corrected env var -> XMAKE_GLOBALDIR (diff) | |
| download | zen-c834b21b06b3e6c338d355a79368ce93676b576c.tar.xz zen-c834b21b06b3e6c338d355a79368ce93676b576c.zip | |
Merge branch 'sb/fix-libatomic' of ssh://arn-wd-l1704:2222/ue-foundation/zen into sb/fix-libatomic
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 |