Added cFlag '-DHAVE_INTTYPES_H' to build.gradle in order to avoid need
to patch re_types.h
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user