diff options
| author | xiaobfly <[email protected]> | 2025-05-22 14:58:03 +0800 |
|---|---|---|
| committer | xiaobfly <[email protected]> | 2025-05-22 14:58:03 +0800 |
| commit | 18046833f44c1531b33d4361397216ec7fe4f8ca (patch) | |
| tree | 370ea9903a7d27d5c592d54c6715d28104b4415e /xmake/rules/python | |
| parent | d558ace9f0d9daa3c51d3ac6b56147a67e995149 (diff) | |
Fixed the issue where vstudio cannot be found when there are more versions of the same vstudio in the system.
vswhere echo string:
D:\Microsoft Visual Studio\2022\Professional2
D:\Microsoft Visual Studio\2022\Professional\VC\Auxiliary\Build
xmake thought it was a string, but in fact, it was two.
so, should split it by "\n":
{
"D:\Microsoft Visual Studio\2022\Professional2",
"D:\Microsoft Visual Studio\2022\Professional"
}
Diffstat (limited to 'xmake/rules/python')
0 files changed, 0 insertions, 0 deletions
