Skip to content

Commit

Permalink
try more osx flags
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Jul 8, 2020
1 parent 19bd72a commit 9c7f37c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions recipes/chktex/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#!/usr/bin/env bash
set -eux

if [ $(uname) == Darwin ]; then
export CFLAGS="$CFLAGS -isysroot $CONDA_BUILD_SYSROOT"
export LDFLAGS="$LDFLAGS -Wl,-rpath,$PREFIX/lib"
fi

# TODO: probably want pcre, but keep segfaulting with 8.44
./configure \
--prefix=$PREFIX \
Expand Down
2 changes: 0 additions & 2 deletions recipes/chktex/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ source:

build:
number: 0
missing_dso_whitelist:
- /usr/lib/libncurses.5.4.dylib # [osx]

requirements:
build:
Expand Down

0 comments on commit 9c7f37c

Please sign in to comment.