File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
32
32
{
33
33
"name" : " arm64-windows-msvc" , "hidden" : true ,
34
- "architecture" : { "value" : " arm64" , "strategy" : " external" },
35
- "toolset" : { "value" : " host=x86_64 " , "strategy" : " external" },
34
+ "architecture" : { "value" : " arm64" , "strategy" : " external" },
35
+ "toolset" : { "value" : " host=x64 " , "strategy" : " external" },
36
36
"cacheVariables" : {
37
37
"CMAKE_TOOLCHAIN_FILE" : " ${sourceDir}/cmake/arm64-windows-msvc.cmake"
38
38
}
39
39
},
40
40
41
41
{
42
42
"name" : " arm64-windows-llvm" , "hidden" : true ,
43
- "architecture" : { "value" : " arm64" , "strategy" : " external" },
44
- "toolset" : { "value" : " host=x86_64 " , "strategy" : " external" },
43
+ "architecture" : { "value" : " arm64" , "strategy" : " external" },
44
+ "toolset" : { "value" : " host=x64 " , "strategy" : " external" },
45
45
"cacheVariables" : {
46
46
"CMAKE_TOOLCHAIN_FILE" : " ${sourceDir}/cmake/arm64-windows-llvm.cmake"
47
47
}
You can’t perform that action at this time.
0 commit comments