Skip to content

Commit 1fc9ffc

Browse files
committed
travis: fix a typo and create bogus directories to avoid compiler warnings
(back-ported from commit 46710ba)
1 parent d87d3e6 commit 1fc9ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ env:
4040
global:
4141
- AM_MAKEFLAGS="-j4"
4242
- CPPFLAGS="-I$HOME/bogus/include"
43-
- LDFLAGS="-I$HOME/bogus/lib"
43+
- LDFLAGS="-L$HOME/bogus/lib"
4444
- LD_LIBRARY_PATH="$HOME/bogus/lib"
4545
matrix:
4646
- GCC_VERSION=default

0 commit comments

Comments
 (0)