Skip to content

Commit

Permalink
[3.9] ensure run-export from xorg-libx11 gets ignored correctly every…
Browse files Browse the repository at this point in the history
…where (#726)

automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Sep 30, 2024
2 parents a8c5deb + 28c8c0d commit 648e3f7
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 @@ -4,7 +4,7 @@
{% set ver2 = '.'.join(version.split('.')[0:2]) %}
{% set ver2nd = ''.join(version.split('.')[0:2]) %}
{% set ver3nd = ''.join(version.split('.')[0:3]) %}
{% set build_number = 0 %}
{% set build_number = 1 %}

# this makes the linter happy
{% set channel_targets = channel_targets or 'conda-forge main' %}
Expand Down Expand Up @@ -108,7 +108,7 @@ outputs:
# Copy rather than link.
no_link:
- DLLs/_ctypes.pyd # [win]
ignore_run_exports_from: # [unix]
ignore_run_exports_from:
# C++ only installed so CXX is defined for distutils/sysconfig.
- {{ compiler('cxx') }} # [unix]
# this is just to get the headers needed for tk.h, but is unused
Expand Down

0 comments on commit 648e3f7

Please sign in to comment.