From 18c77707d6bf01859937fc7950722ce2b60b2463 Mon Sep 17 00:00:00 2001 From: Zousar Shaker Date: Fri, 6 Dec 2024 22:08:41 -0700 Subject: Allow sentry-native usage on macosx-arm64 --- repo/packages/s/sentry-native/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3