Explorar el Código

gcc headaches

Thomas Buck hace 10 años
padre
commit
4672dd47a1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml Ver fichero

@@ -18,7 +18,7 @@ install:
18 18
 
19 19
 before_script:
20 20
     - if [ "$CC" = "gcc" ]; then export CC="gcc-4.8"; fi
21
-    - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8"; fi
21
+    - if [ "$CXX" = "g++" ]; then export CXX="gcc-4.8"; fi
22 22
 
23 23
 script:
24 24
     - (mkdir build && cd build && cmake .. && make)

Loading…
Cancelar
Guardar