diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-09 16:21:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-09 16:21:23 +0300 |
commit | f4dccdfaff5ea097a4a6cac3fc4e02181d3c5983 (patch) | |
tree | 7ae2fa9293c6afd3fe8ce1f9de40df52ac4841d7 /build/testfiletest.sh | |
parent | d1e0481311baa698d9febff251babc7d955b50ed (diff) | |
download | plus-f4dccdfaff5ea097a4a6cac3fc4e02181d3c5983.tar.gz plus-f4dccdfaff5ea097a4a6cac3fc4e02181d3c5983.tar.bz2 plus-f4dccdfaff5ea097a4a6cac3fc4e02181d3c5983.tar.xz plus-f4dccdfaff5ea097a4a6cac3fc4e02181d3c5983.zip |
Remove gcc version in testfile scripts.
Diffstat (limited to 'build/testfiletest.sh')
-rwxr-xr-x | build/testfiletest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/testfiletest.sh b/build/testfiletest.sh index 89322eff4..3708275fd 100755 --- a/build/testfiletest.sh +++ b/build/testfiletest.sh @@ -6,7 +6,7 @@ export includes="-I. -I/usr/include -I/usr/include/SDL -I/usr/include/libxml2" export LOGFILE="../build/testfile.log" function run { - export CXX="g++-5" + export CXX="g++" export CMD="$CXX -c $1 $2 $3" echo $CMD >>${LOGFILE} |