We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf18a9 commit 938d4ccCopy full SHA for 938d4cc
packages/s/simdjson/xmake.lua
@@ -39,7 +39,7 @@ package("simdjson")
39
end
40
end)
41
42
- on_install("windows|x64", "mingw|x86_64", "macosx|x86_64", "linux|x86_64", "linux|arm64", "iphoneos|arm64", function(package)
+ on_install("windows|x64", "mingw|x86_64", "macosx|x86_64", "macosx|arm64", "linux|x86_64", "linux|arm64", "iphoneos|arm64", function(package)
43
local configs = {}
44
if package:config("shared") then
45
configs.kind = "shared"
0 commit comments