Skip to content

Commit

Permalink
Add host dep to enforce output build order
Browse files Browse the repository at this point in the history
  • Loading branch information
carterbox committed Jan 11, 2024
1 parent 9f3ecd0 commit 63754db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/libsecp256k1/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ outputs:
requirements:
build:
- {{ compiler('c') }}
host:
- {{ pin_subpackage('libsecp256k1-' ~ so_major_version, exact=True) }}
run:
- {{ pin_subpackage('libsecp256k1-' ~ so_major_version, exact=True) }}
test:
Expand Down

0 comments on commit 63754db

Please sign in to comment.