mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Telegram: fix path for clang
This commit is contained in:
@@ -137,8 +137,8 @@ BUILD()
|
||||
sed -i -e '/-fstack-protector-all/d' cmake/options_linux.cmake
|
||||
sed -i -e '/_GLIBCXX_ASSERTIONS/d' cmake/options_linux.cmake
|
||||
# use clang for build
|
||||
export CC="/bin/clang"
|
||||
export CXX="/bin/clang++"
|
||||
export CC="clang"
|
||||
export CXX="clang++"
|
||||
fi
|
||||
|
||||
# get API_ID and API_HASH from Debian
|
||||
|
||||
Reference in New Issue
Block a user