From 0e4f90d0ba1fa38f37ba6c67d1bea42a1c4f56dc Mon Sep 17 00:00:00 2001 From: Ivo Dilov Date: Thu, 28 Mar 2024 11:11:45 +0200 Subject: [PATCH] Update c standard library --- recipe/conda_build_config.yaml | 2 +- recipe/meta.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 712dc1b5..1c3cdd9e 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -1,6 +1,6 @@ MACOSX_SDK_VERSION: # [osx and x86_64] - "11.0" # [osx and x86_64] -MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64] +c_stdlib_version: # [osx and x86_64] - "11.0" # [osx and x86_64] lmdb: - 0.9.22 diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b3fd058c..84921b46 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -28,6 +28,7 @@ requirements: build: - {{ compiler('cxx') }} - {{ compiler('c') }} + - {{ stdlib("c") }} - cmake - make - python # [build_platform != target_platform]