once more to get cflags working

This commit is contained in:
Juha Heinanen
2018-07-29 11:10:34 +03:00
parent bd7b185413
commit 5de8d43578

View File

@ -10,9 +10,13 @@ android {
targetSdkVersion 26 targetSdkVersion 26
versionCode = 9 versionCode = 9
versionName = '2.0' versionName = '2.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'
}
}
ndk { ndk {
abiFilters 'armeabi-v7a' abiFilters 'armeabi-v7a'
cFlags '-DHAVE_INTTYPES_H'
} }
} }
buildTypes { buildTypes {