File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 19
19
"architecture" : {
20
20
"strategy" : " external" ,
21
21
"value" : " x86"
22
+ },
23
+ "condition" : {
24
+ "type" : " inList" ,
25
+ "string" : " $env{Platform}" ,
26
+ "list" : [
27
+ " x86" ,
28
+ " "
29
+ ]
22
30
}
23
31
},
24
32
{
28
36
"architecture" : {
29
37
"strategy" : " external" ,
30
38
"value" : " x64"
39
+ },
40
+ "condition" : {
41
+ "type" : " inList" ,
42
+ "string" : " $env{Platform}" ,
43
+ "list" : [
44
+ " x64" ,
45
+ " "
46
+ ]
31
47
}
32
48
},
33
49
{
38
54
"strategy" : " external" ,
39
55
"value" : " ARM"
40
56
},
57
+ "condition" : {
58
+ "type" : " inList" ,
59
+ "string" : " $env{Platform}" ,
60
+ "list" : [
61
+ " arm" ,
62
+ " "
63
+ ]
64
+ },
41
65
"cacheVariables" : {
42
66
"TESTS_BUILD_ONLY" : true
43
67
}
50
74
"strategy" : " external" ,
51
75
"value" : " ARM64"
52
76
},
77
+ "condition" : {
78
+ "type" : " inList" ,
79
+ "string" : " $env{Platform}" ,
80
+ "list" : [
81
+ " arm64" ,
82
+ " "
83
+ ]
84
+ },
53
85
"cacheVariables" : {
54
86
"TESTS_BUILD_ONLY" : true
55
87
}
62
94
"strategy" : " external" ,
63
95
"value" : " ARM64EC"
64
96
},
97
+ "condition" : {
98
+ "type" : " inList" ,
99
+ "string" : " $env{Platform}" ,
100
+ "list" : [
101
+ " arm64" ,
102
+ " "
103
+ ]
104
+ },
65
105
"cacheVariables" : {
66
106
"TESTS_BUILD_ONLY" : true ,
67
107
"VCLIBS_TARGET_ARCHITECTURE" : " ARM64EC"
You can’t perform that action at this time.
0 commit comments