mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-03 07:31:09 +01:00
Fix gradle syntax for Android Studio
This commit is contained in:
parent
3480bf7346
commit
be7cfa603a
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ android {
|
|||
|
||||
externalNativeBuild {
|
||||
ndkBuild {
|
||||
cFlags "-std=c11 -Wall -Wextra -Werror -Os -fno-stack-protector -Wl,--gc-sections"
|
||||
cFlags "-std=c11", "-Wall", "-Wextra", "-Werror", "-Os", "-fno-stack-protector", "-Wl,--gc-sections"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue