Skip to content

Commit

Permalink
Merge pull request #5669 from h-vetinari/osx
Browse files Browse the repository at this point in the history
add MACOSX_DEPLOYMENT_TARGET to same zip as c_stdlib_version
  • Loading branch information
h-vetinari committed Mar 25, 2024
2 parents e5d6c87 + 2d2094f commit f974928
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ zip_keys:
- # [linux and os.environ.get("CF_CUDA_ENABLED", "False") != "True"]
- c_stdlib_version # [linux and os.environ.get("CF_CUDA_ENABLED", "False") != "True"]
- cdt_name # [linux and os.environ.get("CF_CUDA_ENABLED", "False") != "True"]
# For OSX, these two contain the same information; in the future,
# we might be able to remove MACOSX_DEPLOYMENT_TARGET completely
- # [osx]
- c_stdlib_version # [osx]
- MACOSX_DEPLOYMENT_TARGET # [osx]
- # [unix]
- c_compiler_version # [unix]
- cxx_compiler_version # [unix]
Expand Down

0 comments on commit f974928

Please sign in to comment.