android/build.py: switch to LLVM/clang 3.6
This commit is contained in:
parent
94f850a588
commit
8e10a14866
|
@ -30,7 +30,7 @@ ndk_platform = 'android-14'
|
|||
|
||||
# select the NDK compiler
|
||||
gcc_version = '4.9'
|
||||
llvm_version = '3.5'
|
||||
llvm_version = '3.6'
|
||||
|
||||
# the path to the MPD sources
|
||||
mpd_path = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]) or '.', '..'))
|
||||
|
|
Loading…
Reference in New Issue