diff options
| author | ruki <[email protected]> | 2021-07-16 08:44:42 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-16 08:44:42 +0800 |
| commit | 71ea4fabf055d606971814455eaf0714502b03b7 (patch) | |
| tree | 0603918798d77ee70943279dac6709a1ef933e5a | |
| parent | ba4ebd5a676ad15d8d72fe4fefa4d949ea11bc68 (diff) | |
Update find_vstudio.lua
| -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 362a2a705..115a14add 100644 --- a/xmake/modules/detect/sdks/find_vstudio.lua +++ b/xmake/modules/detect/sdks/find_vstudio.lua @@ -30,6 +30,7 @@ local vcvars = {"path", "DevEnvdir", "VSInstallDir", "VCInstallDir", + "VCTargetsPath", "WindowsSdkDir", "WindowsLibPath", "WindowsSDKVersion", |
