mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
Update build.gradle
This commit is contained in:
parent
b0ee079529
commit
c8e1853772
1 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@ android {
|
|||
cmake {
|
||||
cppFlags ''
|
||||
arguments '-DANDROID_STL=c++_shared'
|
||||
targets "check-android"
|
||||
}
|
||||
|
||||
if (project.hasProperty('customAbiFilters'))
|
||||
|
@ -41,7 +42,7 @@ android {
|
|||
}
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
path file('src/main/cpp/CMakeLists.txt')
|
||||
path file('../../CMakeLists.txt')
|
||||
version '3.16.0+'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue