From 9dd5c7c0ea9ddb622ce37efac33244fd389ef742 Mon Sep 17 00:00:00 2001 From: aliciaaevans Date: Tue, 26 Mar 2024 09:54:31 -0400 Subject: [PATCH] try setting a higher sdk version --- recipes/bioawk/conda_build_config.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes/bioawk/conda_build_config.yaml diff --git a/recipes/bioawk/conda_build_config.yaml b/recipes/bioawk/conda_build_config.yaml new file mode 100644 index 0000000000000..6b6abfd001f78 --- /dev/null +++ b/recipes/bioawk/conda_build_config.yaml @@ -0,0 +1,5 @@ +MACOSX_DEPLOYMENT_TARGET: # [osx and arm64] + - "14.0" # [osx and arm64] +MACOSX_SDK_VERSION: # [osx and arm64] + - "14.0" # [osx and arm64] +