fix usage of custom compiler

This commit is contained in:
Gael Guennebaud 2016-12-08 11:59:39 +01:00
parent 7105596899
commit 8b4b00d277

View File

@ -60,7 +60,7 @@ else
cd ..
fi
if [ ! -z '$CXX' ]; then
if [ -z '$CXX' ]; then
CXX=g++
fi