Skip to content

Commit

Permalink
Merge pull request #62 from traversaro/traversaro-patch-1
Browse files Browse the repository at this point in the history
Uniform run_exports with version style
  • Loading branch information
traversaro authored Oct 14, 2023
2 parents 07cd09c + 1c940a4 commit 7ca2c7c
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 @@ -19,15 +19,15 @@ source:
- double-precision-postfix.patch

build:
number: 1
number: 2

outputs:
- name: bullet-cpp
script: build_cpp.sh # [unix]
script: bld_cpp.bat # [win]
build:
run_exports:
- {{ pin_subpackage('bullet-cpp', max_pin='x.x.x') }}
- {{ pin_subpackage('bullet-cpp', max_pin='x.x') }}

requirements:
build:
Expand Down

0 comments on commit 7ca2c7c

Please sign in to comment.