Skip to content

Commit

Permalink
Try specifying cxx compiler version
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Avery <[email protected]>
  • Loading branch information
psavery committed Jun 17, 2024
1 parent 247eb26 commit e27de5c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions conda.recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ c_compiler:
- gcc # [linux]
- clang # [osx]
- vs2019 # [win]
cxx_compiler:
- gxx # [linux]
- clangxx # [osx]
- vs2019 # [win]
cxx_compiler_version: # [osx]
- 16 # [osx]
target_platform:
- linux-64 # [linux]
- osx-64 # [osx]
Expand Down

0 comments on commit e27de5c

Please sign in to comment.