diff options
| author | 白喵 <[email protected]> | 2024-06-29 19:16:36 +0800 |
|---|---|---|
| committer | 白喵 <[email protected]> | 2024-06-29 19:16:36 +0800 |
| commit | cb8554de6bc050bc325c0eb3e146409d5aae819d (patch) | |
| tree | d1a2e88ab4ad46dee4c506f0c856ed6c242aefcc | |
| parent | 3771914111417782318c99447565a577c9e84c5a (diff) | |
add path
| -rw-r--r-- | xmake/modules/detect/sdks/find_vstudio.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/detect/sdks/find_vstudio.lua b/xmake/modules/detect/sdks/find_vstudio.lua index b27813396..cae457d68 100644 --- a/xmake/modules/detect/sdks/find_vstudio.lua +++ b/xmake/modules/detect/sdks/find_vstudio.lua @@ -342,6 +342,7 @@ function _find_vstudio(opt) table.insert(paths, path.join(logical_drive, "Program Files", "Microsoft Visual Studio", vsvers[version], "*", "VC", "Auxiliary", "Build")) table.insert(paths, path.join(logical_drive, "Program Files", "Microsoft Visual Studio " .. version, "VC")) if version == "6.0" then + table.insert(paths, path.join(logical_drive, "Program Files", "Microsoft Visual Studio", "VC98", "Bin")) table.insert(paths, path.join(logical_drive, "Program Files (x86)", "Microsoft Visual Studio", "VC98", "Bin")) end end |
