Skip to content

Commit 9b5d51b

Browse files
authored
Update conda_build_config.yaml
1 parent 0ee01ea commit 9b5d51b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

conda_build_config.yaml

+8-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ python:
1717
python_impl:
1818
- cpython
1919

20+
c_compiler:
21+
- gcc # [linux]
22+
- clang # [osx]
23+
- vs2019 # [win and x86_64]
24+
- vs2022 # [win and arm64]
25+
c_compiler_version: # [unix]
26+
- 13 # [linux]
27+
- 18 # [osx]
2028
c_stdlib:
2129
- sysroot # [linux]
2230
- macosx_deployment_target # [osx]
@@ -33,4 +41,3 @@ cxx_compiler:
3341
cxx_compiler_version: # [unix]
3442
- 13 # [linux]
3543
- 18 # [osx]
36-
- vs2019 # [win]

0 commit comments

Comments
 (0)