vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 9c5a0dd6afac117610711b240ab5e0b2b63455a5
parent d59a3d0ab4ca02a3edb95a51d843e3fa870a70e3
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Tue, 14 Feb 2017 15:24:58 +0100

travis: use apsolute paths for ${C,LD}FLAGS

This should fix build breakage of the test/util/keys utility.

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -58,7 +58,7 @@ script: - if [ "$TRAVIS_OS_NAME" = "linux" ]; then make local && make clean; fi - - ./configure CFLAGS=-Idependency/install/usr/include LDFLAGS=-Ldependency/install/usr/lib $CONFIG + - ./configure CFLAGS="-I$(pwd)/dependency/install/usr/include" LDFLAGS="-L$(pwd)/dependency/install/usr/lib" $CONFIG - make $TARGET - file vis - if [ "$TRAVIS_OS_NAME" = "osx" ]; then