From d95b875ec438ebfbee7775381e272e71d23d0bee Mon Sep 17 00:00:00 2001 From: Tobias Fischer Date: Tue, 26 Dec 2023 20:32:06 +1000 Subject: [PATCH] Add cross-compile build requirements --- meta.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta.yaml b/meta.yaml index 8eb97274f..49e2260b0 100644 --- a/meta.yaml +++ b/meta.yaml @@ -15,6 +15,10 @@ build: - playwright = playwright.__main__:main requirements: + build: + - python # [build_platform != target_platform] + - pip # [build_platform != target_platform] + - cross-python_{{ target_platform }} # [build_platform != target_platform] host: - python - wheel