Commit 8e10a148 authored by Max Kellermann's avatar Max Kellermann

android/build.py: switch to LLVM/clang 3.6

parent 94f850a5
......@@ -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 '.', '..'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment