diff options
| author | Zousar Shaker <[email protected]> | 2024-12-06 22:08:41 -0700 |
|---|---|---|
| committer | Zousar Shaker <[email protected]> | 2024-12-06 22:08:41 -0700 |
| commit | 18c77707d6bf01859937fc7950722ce2b60b2463 (patch) | |
| tree | 19c24c5f66e3a86d90d275c59c27b9e450b0f321 | |
| parent | Merge branch 'sb/xrepo' of https://github.ol.epicgames.net/ue-foundation/zen ... (diff) | |
| download | zen-18c77707d6bf01859937fc7950722ce2b60b2463.tar.xz zen-18c77707d6bf01859937fc7950722ce2b60b2463.zip | |
Allow sentry-native usage on macosx-arm64
| -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") |