diff options
| author | ruki <[email protected]> | 2021-08-22 21:14:42 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-08-22 21:14:42 +0800 |
| commit | edf32980cd66c2ee5075ddd9e4a08c7e50f6985e (patch) | |
| tree | a30f36d60273d356ee56f0dbcc3de1d798bd5345 /xmake/rules/xcode | |
| parent | be345812688e069c9b83cce60e2b9b40a63eca58 (diff) | |
add xxx_linkcmd
Diffstat (limited to 'xmake/rules/xcode')
| -rw-r--r-- | xmake/rules/xcode/metal/xmake.lua | 3 |
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) |
