Update build for macos M1 (#77)

This commit is contained in:
Fabrice Drouin
2023-04-13 09:15:43 +02:00
committed by GitHub
parent 94bb2d67cf
commit 6fedb1577c
6 changed files with 43 additions and 6 deletions

View File

@@ -27,6 +27,7 @@ android {
externalNativeBuild {
cmake {
version = "3.22.1"
path("src/main/CMakeLists.txt")
}
}