Skip to content

Commit 3fe90d3

Browse files
authored
specify ldflags when building on travis
1 parent bcd3fd1 commit 3fe90d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ compiler:
66
- gcc
77
- clang
88
env:
9-
- DEBUG="debug"
10-
- DEBUG="nodebug"
11-
- LINKING="static"
9+
- DEBUG="debug" LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/lib"
10+
- DEBUG="nodebug" LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/lib"
11+
- LINKING="static" LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/lib"
1212
before_install:
1313
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install info install-info; fi
1414
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo pip install cpp-coveralls; fi

0 commit comments

Comments
 (0)