mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
fix usage of custom compiler
This commit is contained in:
parent
7105596899
commit
8b4b00d277
@ -60,7 +60,7 @@ else
|
||||
cd ..
|
||||
fi
|
||||
|
||||
if [ ! -z '$CXX' ]; then
|
||||
if [ -z '$CXX' ]; then
|
||||
CXX=g++
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user