Skip to content

Commit 60d4a45

Browse files
Add osx compilers to conda-forge build config
1 parent 952c133 commit 60d4a45

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

conda-recipe-cf/conda_build_config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ c_stdlib: # [linux]
88
- sysroot # [linux]
99
c_stdlib_version: # [linux]
1010
- '2.28' # [linux]
11+
c_compiler: # [osx]
12+
- clang # [osx]
13+
cxx_compiler: # [osx]
14+
- clangxx # [osx]
15+
c_stdlib: # [osx]
16+
- macosx_deployment_target # [osx]
1117
c_stdlib: # [win]
1218
- vs # [win]
1319
cxx_compiler: # [win]

0 commit comments

Comments
 (0)