diff options
| author | ruki <[email protected]> | 2020-05-18 22:39:36 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-18 09:57:41 +0800 |
| commit | 937bd96c26edc111a3226a4feb2a6748041ab461 (patch) | |
| tree | 0db02fdc1321ac02cee907ed0aa9efc0a9e4ebc8 /xmake/platforms/windows/xmake.lua | |
| parent | c0afaacde90abf081bab19279c3ea6d4dbeae86d (diff) | |
check toolchains for macosx
Diffstat (limited to 'xmake/platforms/windows/xmake.lua')
| -rw-r--r-- | xmake/platforms/windows/xmake.lua | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/xmake/platforms/windows/xmake.lua b/xmake/platforms/windows/xmake.lua index 43c7acccb..3bc2bf0cf 100644 --- a/xmake/platforms/windows/xmake.lua +++ b/xmake/platforms/windows/xmake.lua @@ -33,11 +33,8 @@ platform("windows") -- set formats set_formats {static = "$(name).lib", object = "$(name).obj", shared = "$(name).dll", binary = "$(name).exe", symbol = "$(name).pdb"} - -- on check project configuration - on_config_check("config") - - -- on check global configuration - on_global_check("global") + -- on check + on_check("check") -- on environment enter on_environment_enter("environment.enter") |
