Commit 27282ed3 authored by unknown's avatar unknown

- don't override CXX if it's already defined

parent da0844b1
......@@ -71,4 +71,6 @@ else
make=make
fi
CXX=gcc
if test -z $CXX ; then
CXX=gcc
fi
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment