mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-14 04:35:57 +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…
x
Reference in New Issue
Block a user