Skip to content

Commit

Permalink
Don't include random X11 headers in the OSX package
Browse files Browse the repository at this point in the history
See issue conda-forge#15. Build number bumped to 5.
  • Loading branch information
pkgw committed Dec 12, 2016
1 parent 30a3b54 commit 1ab893b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ make
make install

cd $PREFIX
rm -rf man share
rm -rf man share include/X11

# Link binaries to non-versioned names to make them easier to find and use.
ln -s "${PREFIX}/bin/tclsh${VER_ARR[0]}.${VER_ARR[1]}" "${PREFIX}/bin/tclsh"
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package:
version: {{ version }}

build:
number: 4
number: 5
detect_binary_files_with_prefix: true
features:
- vc{{ VC_VERSION }} # [win]
Expand Down

0 comments on commit 1ab893b

Please sign in to comment.