Skip to content

Commit

Permalink
Add compatibility check for osx deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer authored Jan 14, 2021
1 parent 9390223 commit 06af3f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ source:
- 2906.patch

build:
number: 3
number: 4
skip: false
run_exports:
- {{ pin_subpackage('gazebo', max_pin='x') }}
Expand Down Expand Up @@ -114,6 +114,7 @@ requirements:
- tinyxml
- bzip2 # [osx]
- zlib # [osx]
- __osx >={{ MACOSX_DEPLOYMENT_TARGET|default("10.9") }} # [osx and x86_64]

test:
commands:
Expand Down

0 comments on commit 06af3f5

Please sign in to comment.