Skip to content

Commit

Permalink
strengthen constraint on __osx to run-requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Aug 10, 2023
1 parent dd01f86 commit 55e686b
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 @@ -14,7 +14,7 @@ source:
- patches/0003-custom-error-message-for-old-sdk.patch

build:
number: 0
number: 1
skip: true # [win]
skip: true # [ppc64le or aarch64]
ignore_run_exports:
Expand Down Expand Up @@ -53,9 +53,9 @@ outputs:
host:
run:
- {{ pin_subpackage("libcxxabi", exact=True) }} # [linux]
- __osx >={{ MACOSX_DEPLOYMENT_TARGET }} # [osx and x86_64]
run_constrained:
- sysroot_linux-64 >=2.17 # [linux64]
- __osx >={{ MACOSX_DEPLOYMENT_TARGET }} # [osx and x86_64]
test:
requires:
- clang # [osx]
Expand Down

0 comments on commit 55e686b

Please sign in to comment.