Modified default C++ compiler for configure-iphone (#2977)

remotes/origin/update_contact_on_ip_change
sauwming 3 years ago committed by GitHub
parent eda6fb5894
commit c9715f4ffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -133,7 +133,7 @@ LDFLAGS="${LDFLAGS} ${MIN_IOS}"
# Set CXX if not set
if test "${CXX}" = ""; then
export CXX=`echo ${CC} | sed 's/gcc/g++/'`
export CXX=`echo ${CC} | sed 's/clang/clang++/'`
echo "$F: CXX is not specified, using ${CXX}"
fi

Loading…
Cancel
Save