summaryrefslogtreecommitdiff
path: root/xmake/toolchains/xcode/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-05-29 22:42:53 +0800
committerruki <[email protected]>2020-05-29 10:17:23 +0800
commit38c79adcfe3e0d29e1da7b10f3f51bfdbdab8bc6 (patch)
tree17cebeec65ac5dd09eb181f52328cbeebb359a6f /xmake/toolchains/xcode/xmake.lua
parent356ba57b4849ed4fba97f7b241c3ae05afdf2181 (diff)
add more toolchain descriptions
Diffstat (limited to 'xmake/toolchains/xcode/xmake.lua')
-rw-r--r--xmake/toolchains/xcode/xmake.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmake/toolchains/xcode/xmake.lua b/xmake/toolchains/xcode/xmake.lua
index 74462908c..0542dd19f 100644
--- a/xmake/toolchains/xcode/xmake.lua
+++ b/xmake/toolchains/xcode/xmake.lua
@@ -21,6 +21,10 @@
-- define toolchain
toolchain("xcode")
+ -- set homepage
+ set_homepage("https://developer.apple.com/xcode/")
+ set_description("Xcode IDE")
+
-- mark as standalone toolchain
set_kind("standalone")