diff options
Diffstat (limited to 'android')
-rwxr-xr-x | android/build.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 '.', '..')) |