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
4eebc8e386
commit
98594bc6c8
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…
Reference in a new issue