Skip to content

Commit

Permalink
travis-ci: Add ACLOCAL_PATH for homebrew's gettext
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaell committed Oct 18, 2019
1 parent 3f6ad06 commit 6575148
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ script:
GETTEXT="/usr/local/opt/gettext"
OPENSSL="/usr/local/opt/openssl";
export LIBRARY_PATH="$GETTEXT/lib"
ACLOCAL_PATH="$GETTEXT/share/aclocal"
CPATH="$OPENSSL/include:$GETTEXT/include"
PKG_CONFIG_PATH="$OPENSSL/lib/pkgconfig"
PATH="$GETTEXT/bin:$PATH";
Expand Down

0 comments on commit 6575148

Please sign in to comment.