mirror of
https://bitbucket.org/theswgsource/swg-main-1.2.git
synced 2026-01-16 23:04:40 -05:00
update build_linux.sh remove clang as preferred C++ compiler
This commit is contained in:
@@ -99,10 +99,10 @@ if [[ $response =~ ^(yes|y| ) ]]; then
|
||||
cd $basedir/build
|
||||
|
||||
# prefer clang
|
||||
if type clang &> /dev/null; then
|
||||
export CC=clang
|
||||
export CXX=clang++
|
||||
fi
|
||||
# if type clang &> /dev/null; then
|
||||
# export CC=clang
|
||||
# export CXX=clang++
|
||||
# fi
|
||||
|
||||
if [ $(arch) == "x86_64" ]; then
|
||||
export LDFLAGS=-L/usr/lib32
|
||||
|
||||
Reference in New Issue
Block a user