mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 01:35:31 +02:00
- fixed broken shellcode
This commit is contained in:
parent
96634253b7
commit
99472547d4
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ export PATH
|
|||
|
||||
# Use gcc for C and C++ code (to avoid a dependency on libstdc++ and
|
||||
# including exceptions into the code
|
||||
test -z $CXX && test -z $CC
|
||||
if [ -z "$CXX" -a -z "$CC" ]
|
||||
then
|
||||
export CC="gcc"
|
||||
export CXX="gcc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue