mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
fix usage of custom compiler
This commit is contained in:
@@ -60,7 +60,7 @@ else
|
||||
cd ..
|
||||
fi
|
||||
|
||||
if [ ! -z '$CXX' ]; then
|
||||
if [ -z '$CXX' ]; then
|
||||
CXX=g++
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user