Skip to content

Commit 7af43c1

Browse files
committed
Revert "Select vs2022 compiler only for x86_64 Windows (not arm64)"
This reverts commit 7cc08a7. Reverted based on discussion: #1956 (comment)
1 parent 92dd917 commit 7af43c1

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 and x86_64]
245+
- vs2022 # [win]
246246
cxx_compiler: # [win]
247-
- vs2022 # [win and x86_64]
247+
- vs2022 # [win]
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)