From 777a522c268808a5f089db99e044457c0ef7471e Mon Sep 17 00:00:00 2001 From: Thomas-Otavio Peulen Date: Mon, 16 Sep 2024 10:57:03 +0200 Subject: [PATCH] Use oder SDK --- tools/conda_build_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/conda_build_config.yaml b/tools/conda_build_config.yaml index 9682a12a..e1a2031c 100644 --- a/tools/conda_build_config.yaml +++ b/tools/conda_build_config.yaml @@ -1,5 +1,5 @@ CONDA_BUILD_SYSROOT: - - /opt/MacOSX10.13.sdk # [osx] + - /opt/MacOSX10.9.sdk # [osx] c_compiler: - gcc # [linux] - clang # [osx]