summaryrefslogtreecommitdiff
path: root/build/testfiledye.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build/testfiledye.sh')
-rwxr-xr-xbuild/testfiledye.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/testfiledye.sh b/build/testfiledye.sh
index 173da82b4..ac2ccd777 100755
--- a/build/testfiledye.sh
+++ b/build/testfiledye.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}