diff options
Diffstat (limited to 'xmake/modules/detect/tools/find_vsjitdebugger.lua')
| -rw-r--r-- | xmake/modules/detect/tools/find_vsjitdebugger.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/detect/tools/find_vsjitdebugger.lua b/xmake/modules/detect/tools/find_vsjitdebugger.lua index 7f5c647af..b8fb6245f 100644 --- a/xmake/modules/detect/tools/find_vsjitdebugger.lua +++ b/xmake/modules/detect/tools/find_vsjitdebugger.lua @@ -39,7 +39,7 @@ import("lib.detect.find_programver") function main(opt) -- not on windows? - if os.host() ~= "windows" then + if not is_host("windows") then return end |
