enable common on android example
This commit is contained in:
parent
25d4972ff0
commit
4b44ea6224
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ android {
|
|||
}
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
arguments += "-DLLAMA_BUILD_COMMON=ON"
|
||||
arguments += "-DCMAKE_BUILD_TYPE=Release"
|
||||
cppFlags += listOf()
|
||||
arguments += listOf()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue