mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
Fixing compile error
This commit is contained in:
parent
5dd25f04ef
commit
b40a0ef590
@ -66,6 +66,7 @@ loadLibrary(Thread* t, object, uintptr_t* arguments)
|
|||||||
just ignore this request. */
|
just ignore this request. */
|
||||||
if (strcmp(RUNTIME_ARRAY_BODY(n), "conscrypt_jni") != 0) {
|
if (strcmp(RUNTIME_ARRAY_BODY(n), "conscrypt_jni") != 0) {
|
||||||
loadLibrary(t, "", RUNTIME_ARRAY_BODY(n), true, true);
|
loadLibrary(t, "", RUNTIME_ARRAY_BODY(n), true, true);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void JNICALL
|
void JNICALL
|
||||||
|
Loading…
Reference in New Issue
Block a user