mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-16 07:02:30 +00:00
Fixed travis config file.
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@ before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get build-dep rtorrent libtorrent-dev
|
||||
|
||||
if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.7; fi
|
||||
if [ "$CXX" = "g++" ]; then export CXX="g++-4.7" CC="gcc-4.7"; fi
|
||||
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.7; fi
|
||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.7" CC="gcc-4.7"; fi
|
||||
|
||||
# prevent `macro `AM_PATH_CPPUNIT' not found in library` in `autogen.sh`
|
||||
- sudo apt-get install libcppunit-dev
|
||||
|
||||
Reference in New Issue
Block a user