Skip to content

Commit

Permalink
zip MACOSX_DEPLOYMENT_TARGET and c_stdlib_version on osx
Browse files Browse the repository at this point in the history
Suggested-By: Marcel Bargull <[email protected]>
  • Loading branch information
h-vetinari committed Mar 25, 2024
1 parent e38c766 commit 2d2094f
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 2d2094f

Please sign in to comment.