File tree Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Original file line number Diff line number Diff line change @@ -210,25 +210,14 @@ In conda_build_config.yaml file:
210
210
211
211
.. code-block :: yaml
212
212
213
- c_compiler :
214
- - vs2019
215
- cxx_compiler :
216
- - vs2019
213
+ c_compiler: # [win]
214
+ - vs2019 # [win]
215
+ cxx_compiler: # [win]
216
+ - vs2019 # [win]
217
217
218
218
219
- In conda-forge.yml file:
220
-
221
- .. code-block :: yaml
222
-
223
- azure :
224
- settings_win :
225
- pool :
226
- vmImage : windows-2019
227
-
228
-
229
-
230
- For example see the changes made in the ``conda_build_config.yaml `` and ``conda-forge.yml `` files in `this
231
- <https://github.com/conda-forge/libignition-physics-feedstock/commit/c586d765a2f5fd0ecf6da43c53315c898c9bf6bd> `__ PR.
219
+ For example see the changes made in the ``conda_build_config.yaml `` files in `this
220
+ <https://github.com/conda-forge/libignition-msgs1-feedstock/pull/73/commits/81b5ee0e1d23f7f20427dd80d04cf1f7321b441d> `__ commit.
232
221
233
222
After making these changes don't forget to rerender with ``conda-smithy `` (to rerender manually use ``conda smithy rerender `` from the command line).
234
223
You can’t perform that action at this time.
0 commit comments