From ebb575dfe8fea8ac743feef872a382d637bc4040 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Fri, 25 Oct 2024 23:00:23 +0000 Subject: [PATCH] migration: OSXArm --- recipe/meta.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index d050cad..0eb1ab2 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -19,6 +19,9 @@ build: requirements: build: + - python # [build_platform != target_platform] + - cross-python_{{ target_platform }} # [build_platform != target_platform] + - cython # [build_platform != target_platform] - {{ compiler('c') }} - {{ stdlib("c") }} - {{ compiler('cxx') }}