Skip to content

Commit

Permalink
Merge pull request #135 from beckermr/beckermr-patch-1
Browse files Browse the repository at this point in the history
ENH newer SDKs on OSX
  • Loading branch information
isuruf authored Nov 12, 2019
2 parents 1725290 + 7d6a301 commit da4fdb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ source:
folder: opengl32sw # [win64]

build:
number: 1
number: 2
skip: True # [win and vc != 14]
detect_binary_files_with_prefix: true
# QtWebEngine fails on Linux unless we merge
Expand Down Expand Up @@ -180,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 da4fdb5

Please sign in to comment.