Skip to content

Commit

Permalink
Readd requirements.build with cross-python
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb authored Dec 11, 2022
1 parent 6110546 commit 0c177e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ build:
- poetry = poetry.console.application:main

requirements:
build:
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
host:
- python
- pip
Expand Down

0 comments on commit 0c177e0

Please sign in to comment.