Adds note on why the libscrypt was removed.

pull/783/head
Vitor Pamplona 2024-02-25 11:39:48 -05:00
rodzic 49c2d4f486
commit 6afd9a0191
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -36,6 +36,7 @@ android {
}
packagingOptions {
// delete native scrypt lib because we cannot use dylibs in android
exclude '**/libscrypt.dylib'
}
}