Skip to content

Commit 7cc08a7

Browse files
mfisher87jaimergp
andauthored
Select vs2022 compiler only for x86_64 Windows (not arm64)
Co-authored-by: jaimergp <[email protected]>
1 parent 512fd81 commit 7cc08a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/maintainer/knowledge_base.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,9 @@ In ``recipe/conda_build_config.yaml`` file:
242242
.. code-block:: yaml
243243
244244
c_compiler: # [win]
245-
- vs2022 # [win]
245+
- vs2022 # [win and x86_64]
246246
cxx_compiler: # [win]
247-
- vs2022 # [win]
247+
- vs2022 # [win and x86_64]
248248
249249
You can look at the changes in `this PR <https://github.com/conda-forge/vcpkg-tool-feedstock/pull/41/files>`__.
250250

0 commit comments

Comments
 (0)