diff options
| author | ruki <[email protected]> | 2018-03-20 22:38:56 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-03-20 09:53:40 +0800 |
| commit | 90137767d7c9b241afe9443a6c261f362d97fd0c (patch) | |
| tree | 29579d9b9d41243fc3de399d6dcc27014a2dcdde /xmake/platforms/linux/check.lua | |
| parent | b8ef04349bfa1441d4e4aa8e8ff138da2f7edf39 (diff) | |
rename sdk detect modules
Diffstat (limited to 'xmake/platforms/linux/check.lua')
| -rw-r--r-- | xmake/platforms/linux/check.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/platforms/linux/check.lua b/xmake/platforms/linux/check.lua index f5d4c4359..6031839e1 100644 --- a/xmake/platforms/linux/check.lua +++ b/xmake/platforms/linux/check.lua @@ -169,14 +169,14 @@ function main(kind, toolkind) _g.config = { __check_arch - , checker.check_cuda_toolchains + , checker.check_cuda } -- init the check list of global _g.global = { _check_ndk_sdkver - , checker.check_cuda_toolchains + , checker.check_cuda } -- check it |
