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