diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 485f7734ac..7ef802a708 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -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]