Skip to content

Commit

Permalink
Merge pull request #181 from xhochy/py-run-constrained
Browse files Browse the repository at this point in the history
Fix run_constrained for python headers
  • Loading branch information
h-vetinari authored Aug 31, 2023
2 parents 1e2fe68 + ff36650 commit 0c6b20b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ source:
- patches/0006-do-not-install-vendored-gmock.patch

build:
number: 4
number: 5

outputs:
- name: libprotobuf
Expand Down Expand Up @@ -152,7 +152,7 @@ outputs:
host:
- {{ pin_subpackage('libprotobuf', exact=True) }}
run_constrained:
- libprotobuf {{ version }}
- libprotobuf {{ major ~ "." ~ version }}
test:
commands:
- test -f $PREFIX/include/google/protobuf/proto_api.h # [unix]
Expand Down

0 comments on commit 0c6b20b

Please sign in to comment.