You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Merge pull request #98066 from TCROC/fix-android-mono-export
Fix Android mono export with 2 or more cpu architectures fails
This commit is contained in:
@@ -70,7 +70,10 @@ dependencies {
|
||||
}
|
||||
|
||||
// .NET dependencies
|
||||
monoImplementation fileTree(dir: 'monoLibs', include: ['*.jar'])
|
||||
String jar = '../../../../modules/mono/thirdparty/libSystem.Security.Cryptography.Native.Android.jar'
|
||||
if (file(jar).exists()) {
|
||||
monoImplementation files(jar)
|
||||
}
|
||||
}
|
||||
|
||||
android {
|
||||
|
||||
Reference in New Issue
Block a user