You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Tools\xmake\bin\modules\detect\sdks\find_vstudio.lua
, {nil, "vs_toolset", "kv", nil, "The Microsoft Visual Studio Toolset Version", " .e.g --vs_toolset=14.0" }
, {nil, "vs_sdkver", "kv", nil, "The Windows SDK Version of Visual Studio" , " .e.g --vs_sdkver=10.0.15063.0" }
假如我的win10內同時裝了兩個以上的windows sdk,例如擁有了以下的版本號:
target platform version
10.0.10586.0
10.0.15063.0
現在執行 xmake -f 或是 xmake project -k vs2015 之後,貌似都會直接使用最新的 10.0.15063.0 版。
如果有相容性需求,必須得用特定版號,請問有什麼建議呢?
The text was updated successfully, but these errors were encountered: