From 8e10a1486671f4623fbfe60a42c9b6d478d477fa Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 27 Oct 2015 11:31:10 +0100 Subject: android/build.py: switch to LLVM/clang 3.6 --- android/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android') diff --git a/android/build.py b/android/build.py index 024651e8f..04e44d03f 100755 --- a/android/build.py +++ b/android/build.py @@ -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 '.', '..')) -- cgit v1.2.3