aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repo/packages/s/sentry-native/xmake.lua2
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")