summaryrefslogtreecommitdiff
path: root/xmake/rules/cppfront/xmake.lua
diff options
context:
space:
mode:
authorxiaobfly <[email protected]>2025-05-22 14:58:03 +0800
committerxiaobfly <[email protected]>2025-05-22 14:58:03 +0800
commit18046833f44c1531b33d4361397216ec7fe4f8ca (patch)
tree370ea9903a7d27d5c592d54c6715d28104b4415e /xmake/rules/cppfront/xmake.lua
parentd558ace9f0d9daa3c51d3ac6b56147a67e995149 (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/cppfront/xmake.lua')
0 files changed, 0 insertions, 0 deletions