From 2b8aea348586915a3b6972449aff6c07fca7497f Mon Sep 17 00:00:00 2001 From: Thomas-Otavio Peulen Date: Tue, 13 Feb 2024 10:36:18 +0100 Subject: [PATCH] Fix macOS github action --- conda-recipe/conda_build_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda-recipe/conda_build_config.yaml b/conda-recipe/conda_build_config.yaml index e22e6c97..60acf265 100644 --- a/conda-recipe/conda_build_config.yaml +++ b/conda-recipe/conda_build_config.yaml @@ -1,5 +1,5 @@ -CONDA_BUILD_SYSROOT: - - /opt/MacOSX10.9.sdk # [osx] +#CONDA_BUILD_SYSROOT: +# - /opt/MacOSX10.9.sdk # [osx] c_compiler: - gcc # [linux] - clang # [osx]