Skip to content

Commit

Permalink
Merge pull request #56 from h-vetinari/master
Browse files Browse the repository at this point in the history
add ignore_run_exports_from libllvm<ver>
  • Loading branch information
isuruf authored Feb 28, 2021
2 parents 3e7176b + 3869b13 commit a987cbf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:

build:
skip: true # [win]
number: 1
number: 2

requirements:
build:
Expand Down Expand Up @@ -97,6 +97,10 @@ outputs:
- lib/
- libexec/
- share/
ignore_run_exports_from:
- libllvm{{ major_ver }}
- {{ pin_subpackage('clang_' ~ cross_target_platform, exact=True) }}
- {{ pin_subpackage('clangxx_' ~ cross_target_platform, exact=True) }}
skip: True # [not osx]
test:
commands:
Expand Down

0 comments on commit a987cbf

Please sign in to comment.