summaryrefslogtreecommitdiff
path: root/xmake/modules/detect/tools/find_vsjitdebugger.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-09-21 00:49:28 +0800
committerruki <[email protected]>2019-09-20 22:56:48 +0800
commit8e57109a69c4c19be728e7797124f8ff5a4a6e35 (patch)
treec09f0509c7fa941444884e1a0dd628d6b9afdd98 /xmake/modules/detect/tools/find_vsjitdebugger.lua
parente037a04e699bd67832024fdd6729e0ea835784e2 (diff)
uses devenv to load and debug win program
Diffstat (limited to 'xmake/modules/detect/tools/find_vsjitdebugger.lua')
-rw-r--r--xmake/modules/detect/tools/find_vsjitdebugger.lua2
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