summaryrefslogtreecommitdiff
path: root/xmake/platforms/linux/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-05-18 22:39:36 +0800
committerruki <[email protected]>2020-05-18 09:57:41 +0800
commit937bd96c26edc111a3226a4feb2a6748041ab461 (patch)
tree0db02fdc1321ac02cee907ed0aa9efc0a9e4ebc8 /xmake/platforms/linux/xmake.lua
parentc0afaacde90abf081bab19279c3ea6d4dbeae86d (diff)
check toolchains for macosx
Diffstat (limited to 'xmake/platforms/linux/xmake.lua')
-rw-r--r--xmake/platforms/linux/xmake.lua7
1 files changed, 2 insertions, 5 deletions
diff --git a/xmake/platforms/linux/xmake.lua b/xmake/platforms/linux/xmake.lua
index 53517239a..21e4d2e51 100644
--- a/xmake/platforms/linux/xmake.lua
+++ b/xmake/platforms/linux/xmake.lua
@@ -36,11 +36,8 @@ platform("linux")
-- set install directory
set_installdir("/usr/local")
- -- on check project configuration
- on_config_check("config")
-
- -- on check global configuration
- on_global_check("global")
+ -- on check
+ on_check("check")
-- on load
on_load("load")