Explorar el Código

g++ is needed too

Paul Klumpp hace 12 años
padre
commit
746cce0412
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      is_cimsqwbot.sh

+ 1 - 1
is_cimsqwbot.sh

@@ -2,7 +2,7 @@
 # vim: expandtab tabstop=2 shiftwidth=2 softtabstop=2 autoindent:
 
 
-NEEDS="git qmake make"
+NEEDS="git qmake make g++"
 for p in $NEEDS; do
   TEST=$(which $p 2> /dev/null)