mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
- don't override CXX if it's already defined
This commit is contained in:
parent
fa0741c918
commit
cea01eccb8
1 changed files with 3 additions and 1 deletions
|
@ -71,4 +71,6 @@ else
|
|||
make=make
|
||||
fi
|
||||
|
||||
CXX=gcc
|
||||
if test -z $CXX ; then
|
||||
CXX=gcc
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue