mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fix compilation when CC is already set. Unset it at the start of the compilation, since we do not set it to android NDK compiler but we test its value in various place, which can broke the compilation (MSSilk + clang for instance). Hence having $CC="" should be the safest way of handling it.
This commit is contained in:
parent
6ebb448503
commit
af81f28875
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -29,6 +29,7 @@ SQLITE_VERSION=3071700
|
|||
SQLITE_BASENAME=sqlite-amalgamation-$(SQLITE_VERSION)
|
||||
SQLITE_URL=http://www.sqlite.org/2013/$(SQLITE_BASENAME).zip
|
||||
ENABLE_GPL_THIRD_PARTIES=1
|
||||
CC=
|
||||
|
||||
#default options, can be overidden using make OPTION=value .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue