mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
- fixed broken shellcode
This commit is contained in:
@ -260,7 +260,7 @@ export PATH
|
|||||||
|
|
||||||
# Use gcc for C and C++ code (to avoid a dependency on libstdc++ and
|
# Use gcc for C and C++ code (to avoid a dependency on libstdc++ and
|
||||||
# including exceptions into the code
|
# including exceptions into the code
|
||||||
test -z $CXX && test -z $CC
|
if [ -z "$CXX" -a -z "$CC" ]
|
||||||
then
|
then
|
||||||
export CC="gcc"
|
export CC="gcc"
|
||||||
export CXX="gcc"
|
export CXX="gcc"
|
||||||
|
Reference in New Issue
Block a user