mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
this thing..
This commit is contained in:
parent
cedae50011
commit
fe7696b96e
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ android {
|
|||
externalNativeBuild {
|
||||
cmake {
|
||||
cppFlags '-lstdc++'
|
||||
arguments "-DANDROID_LD=lld"
|
||||
arguments "-DANDROID_LD=lld",'-DANDROID_PLATFORM=android-24'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -27,6 +27,7 @@ android {
|
|||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
debuggable true
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue