android: meson.build - changed output dir name from jnilibs to jniLibs
It is the default name: https://developer.android.com/studio/projects/gradle-external-native-builds#jniLibs
This commit is contained in:
parent
e3cf9bb0a1
commit
2fabaa2e95
@ -605,7 +605,7 @@ if is_android
|
||||
]
|
||||
|
||||
android_abi = get_option('android_abi')
|
||||
install_dir = meson.current_source_dir() / 'android/app/src/main/jnilibs' / android_abi
|
||||
install_dir = meson.current_source_dir() / 'android/app/src/main/jniLibs' / android_abi
|
||||
else
|
||||
target_type = 'executable'
|
||||
target_name = 'mpd'
|
||||
|
Loading…
x
Reference in New Issue
Block a user