diff options
| author | ruki <[email protected]> | 2019-09-21 00:49:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-09-20 22:56:48 +0800 |
| commit | 8e57109a69c4c19be728e7797124f8ff5a4a6e35 (patch) | |
| tree | c09f0509c7fa941444884e1a0dd628d6b9afdd98 /xmake/modules/detect/tools/find_vsjitdebugger.lua | |
| parent | e037a04e699bd67832024fdd6729e0ea835784e2 (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.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 |
