summaryrefslogtreecommitdiff
path: root/xmake/toolchains/xcode/xmake.lua
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2025-10-23 22:08:25 +0200
committerArthur LAURENT <[email protected]>2025-10-23 22:08:25 +0200
commit16dc28b62144cdcc42cb7597e39d2d9499ac7f49 (patch)
treeed93570c4bde41e999021f30c074e6938f2c6b3a /xmake/toolchains/xcode/xmake.lua
parent435242713b1d1ed077c264228c0216dfa985685f (diff)
feat(swift) use swiftc as swift static library archiver
Diffstat (limited to 'xmake/toolchains/xcode/xmake.lua')
-rw-r--r--xmake/toolchains/xcode/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/toolchains/xcode/xmake.lua b/xmake/toolchains/xcode/xmake.lua
index dfe224d29..482fbaf7e 100644
--- a/xmake/toolchains/xcode/xmake.lua
+++ b/xmake/toolchains/xcode/xmake.lua
@@ -51,6 +51,7 @@ toolchain("xcode")
toolchain:set("toolset", "sc", xc_swift_frontend, "swift_frontend", xc_swiftc, "swiftc")
toolchain:set("toolset", "scld", xc_swiftc, "swiftc")
toolchain:set("toolset", "scsh", xc_swiftc, "swiftc")
+ toolchain:set("toolset", "scar", xc_swiftc, "swiftc")
if arch then
toolchain:set("toolset", "cpp", xc_clang .. " -arch " .. arch .. " -E")
end