|
41 | 41 | "value": "x64" |
42 | 42 | } |
43 | 43 | }, |
44 | | - { |
45 | | - "name": "ninja-vcpkg-x86", |
46 | | - "hidden": true, |
47 | | - "inherits": "ninja-vcpkg", |
48 | | - "architecture": { |
49 | | - "strategy": "external", |
50 | | - "value": "x86" |
51 | | - } |
52 | | - }, |
53 | 44 | { |
54 | 45 | "name": "ninja-vcpkg-arm64", |
55 | 46 | "hidden": true, |
|
96 | 87 | } |
97 | 88 | } |
98 | 89 | }, |
99 | | - { |
100 | | - "name": "Win-x86", |
101 | | - "inherits": [ "ninja-vcpkg-x86", "win-only" ], |
102 | | - "cacheVariables": { |
103 | | - "VCPKG_TARGET_TRIPLET": { |
104 | | - "type": "STRING", |
105 | | - "value": "x86-windows-static" |
106 | | - } |
107 | | - } |
108 | | - }, |
109 | 90 | { |
110 | 91 | "name": "Mac-x64", |
111 | 92 | "inherits": [ "ninja-vcpkg-x64", "mac-only" ], |
|
163 | 144 | "configurePreset": "Win-x64", |
164 | 145 | "configuration": "Release" |
165 | 146 | }, |
166 | | - { |
167 | | - "name": "Win-x86-Debug", |
168 | | - "configurePreset": "Win-x86", |
169 | | - "configuration": "Debug" |
170 | | - }, |
171 | | - { |
172 | | - "name": "Win-x86-RelWithDebInfo", |
173 | | - "configurePreset": "Win-x86", |
174 | | - "configuration": "RelWithDebInfo" |
175 | | - }, |
176 | | - { |
177 | | - "name": "Win-x86-Release", |
178 | | - "configurePreset": "Win-x86", |
179 | | - "configuration": "Release" |
180 | | - }, |
181 | 147 | { |
182 | 148 | "name": "Mac-x64-Debug", |
183 | 149 | "configurePreset": "Mac-x64", |
|
0 commit comments