diff options
| author | Stefan Boberg <[email protected]> | 2025-09-05 10:48:32 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-09-05 10:48:32 +0200 |
| commit | 9af74dd7b859d71eda9c90f1b6ed336f63cc300c (patch) | |
| tree | e26b4b98c0cf4358c75b76576ade9bb700514fa3 | |
| parent | add AWS packages (diff) | |
| parent | Allow sentry-native usage on macosx-arm64 (diff) | |
| download | zen-sb/xrepo.tar.xz zen-sb/xrepo.zip | |
Merge branch 'sb/xrepo' of https://github.ol.epicgames.net/ue-foundation/zen into sb/xreposb/xrepo
| -rw-r--r-- | repo/packages/s/sentry-native/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/packages/s/sentry-native/xmake.lua b/repo/packages/s/sentry-native/xmake.lua index 8f879acf2..950261092 100644 --- a/repo/packages/s/sentry-native/xmake.lua +++ b/repo/packages/s/sentry-native/xmake.lua @@ -77,7 +77,7 @@ package("sentry-native") end end) - on_install("windows|x86", "windows|x64", "linux", "macosx|x86_64", function (package) -- TODO: to enable android you will need to figure out the order of libs + on_install("windows|x86", "windows|x64", "linux", "macosx", function (package) -- TODO: to enable android you will need to figure out the order of libs local opt = {} local configs = {} table.insert(configs, "-DSENTRY_BUILD_EXAMPLES=OFF") |