Explorar o código

g++ is needed too

Paul Klumpp %!s(int64=12) %!d(string=hai) anos
pai
achega
746cce0412
Modificáronse 1 ficheiros con 1 adicións e 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)