This commit is contained in:
Gael Guennebaud 2016-12-08 12:48:15 +01:00
parent bb297abb9e
commit 747202d338

View File

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