Update install.sh

This commit is contained in:
dami 2025-09-10 23:06:29 +08:00
parent 05258e6fce
commit f5ce6e47e2
1 changed files with 2 additions and 2 deletions

View File

@ -165,8 +165,8 @@ Install_mysql()
export CFLAGS="-D__s64=long long -D__u64='unsigned long long' -D__s32=int -D__u32='unsigned int' -D__u16='unsigned short'"
export CXXFLAGS="$CFLAGS"
OPTIONS="${OPTIONS} -DCMAKE_C_FLAGS=$CFLAGS"
OPTIONS="${OPTIONS} -DCMAKE_CXX_FLAGS=$CXXFLAGS"
OPTIONS="${OPTIONS} -DCMAKE_C_FLAGS=${CFLAGS}"
OPTIONS="${OPTIONS} -DCMAKE_CXX_FLAGS=${CXXFLAGS}"
fi
if [ ! -d $serverPath/mysql ];then