Skip to content

Commit

Permalink
fixing config
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-roussel committed Jun 25, 2024
1 parent 9f77351 commit 186242e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions conda/recipes/sofa/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
c_compiler: # [win]
c_compiler:
- vs2022 # [win]
cxx_compiler: # [win]
- clang # [osx]
- gcc # [linux]
cxx_compiler:
- vs2022 # [win]
- gxx # [linux]
- clangxx # [osx]
c_stdlib:
- sysroot # [linux]
- vs # [win]
- macosx_deployment_target # [osx]
c_stdlib_version:
- 2.17 # [linux]
- 10.13 # [osx]
- 10.13 # [osx]
cdt_name:
- cos7 # [linux]

0 comments on commit 186242e

Please sign in to comment.