Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf authored Nov 12, 2019
1 parent d402184 commit 7d6a301
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 @@ -80,8 +80,6 @@ build:
- '/System/Library/Frameworks/CoreLocation.framework/**' # [osx]

requirements:
run_constrained: # [osx]
- __osx >={{ MACOSX_DEPLOYMENT_TARGET|default("10.9") }} # [osx]
build:
- {{ compiler('cxx') }} # [not win]
- {{ compiler('c') }} # [not win]
Expand Down Expand Up @@ -182,6 +180,8 @@ requirements:
- {{ pin_compatible("nss") }} # [unix]
- {{ pin_compatible("nspr") }} # [unix]
- {{ pin_compatible("libclang") }}
run_constrained: # [osx]
- __osx >={{ MACOSX_DEPLOYMENT_TARGET|default("10.9") }} # [osx]

test:
requires:
Expand Down

0 comments on commit 7d6a301

Please sign in to comment.