From 1481b8e665b9ef535bd9f4ba5f91c5d910eb0d1b Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 13 Mar 2024 14:44:15 -0600 Subject: [PATCH] change to strong_constrains --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index a8fa84b..49771db 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -31,7 +31,7 @@ outputs: script: install-unix.sh # [not win] build: run_exports: # [osx and x86_64] - strong: # [osx and x86_64] + strong_constrains: # [osx and x86_64] - __osx >={{ MACOSX_DEPLOYMENT_TARGET|default("10.12") }} # [osx and x86_64] # the distributed binaries are already relocatable binary_relocation: False