travis: remove LDFLAGS from env, should be unnecessary.
This commit is contained in:
parent
0e65b2596b
commit
1a12ff99ba
@ -4,7 +4,6 @@ compiler:
|
|||||||
- clang
|
- clang
|
||||||
env:
|
env:
|
||||||
- PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
|
- PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
|
||||||
- LDFLAGS="-L/usr/local/lib -Wl,-R/usr/local/lib"
|
|
||||||
script:
|
script:
|
||||||
- LDFLAGS="-L/usr/local/lib -Wl,-R/usr/local/lib" ./configure --enable-tests --enable-debug && make -j16 && make check
|
- LDFLAGS="-L/usr/local/lib -Wl,-R/usr/local/lib" ./configure --enable-tests --enable-debug && make -j16 && make check
|
||||||
before_install:
|
before_install:
|
||||||
|
Loading…
Reference in New Issue
Block a user