Added cFlag '-DHAVE_INTTYPES_H' to build.gradle in order to avoid need

to patch re_types.h
This commit is contained in:
Juha Heinanen
2018-07-29 09:55:18 +03:00
parent ef809f6b4c
commit bd7b185413
+1
View File
@@ -12,6 +12,7 @@ android {
versionName = '2.0' versionName = '2.0'
ndk { ndk {
abiFilters 'armeabi-v7a' abiFilters 'armeabi-v7a'
cFlags '-DHAVE_INTTYPES_H'
} }
} }
buildTypes { buildTypes {