Commit 1663d50f authored by unknown's avatar unknown

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

parent e0e377c6
......@@ -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