Skip to content
Snippets Groups Projects
Commit c82ed4af authored by Vittorio Giovara's avatar Vittorio Giovara
Browse files

pjsip: allow compiling with clang

Change-Id: Ia5a017b8216fca93f7401594670d8d8623d28715
Refs: #46066
parent 16083e2e
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,11 @@ then
CONFIGURE=./configure-android
# android doesn't need make
MAKE="make dep"
elif [ "$1" == "-c" ]
then
export CC=clang
CONFIGURE=./configure
MAKE="make dep && make"
else
echo "Usage: $0 [or -a for android]"
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment