summaryrefslogtreecommitdiff
path: root/xmake/rules/xcode
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/rules/xcode')
-rw-r--r--xmake/rules/xcode/metal/xmake.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/rules/xcode/metal/xmake.lua b/xmake/rules/xcode/metal/xmake.lua
index 5e216cc37..d4bc50fea 100644
--- a/xmake/rules/xcode/metal/xmake.lua
+++ b/xmake/rules/xcode/metal/xmake.lua
@@ -63,3 +63,6 @@ rule("xcode.metal")
end)
-- link *.air to *.metallib
+ on_linkcmd(function (target, batchcmds, opt)
+ print("linkcmd")
+ end)