summaryrefslogtreecommitdiff
path: root/xmake/toolchains/xcode/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/toolchains/xcode/xmake.lua')
-rw-r--r--xmake/toolchains/xcode/xmake.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/xmake/toolchains/xcode/xmake.lua b/xmake/toolchains/xcode/xmake.lua
index 1c39a6453..d9b1d9944 100644
--- a/xmake/toolchains/xcode/xmake.lua
+++ b/xmake/toolchains/xcode/xmake.lua
@@ -37,3 +37,8 @@ toolchain("xcode")
set_toolsets("scld", "xcrun -sdk macosx swiftc", "swiftc")
set_toolsets("scsh", "xcrun -sdk macosx swiftc", "swiftc")
+ -- check toolchain
+ on_check("check")
+
+ -- load toolchain
+ on_load("load")