Unverified Commit 4f46c3a7 authored by Oleh's avatar Oleh

SKALE-4110 fix sim mode

parent d10e380b
......@@ -178,7 +178,7 @@ static void *_load_libsgx_urts()
#ifdef _WIN32
h_libsgx_urts= LoadLibrary("libsgx_urts.dll");
#else
h_libsgx_urts= dlopen("libsgx_urts.so", RTLD_GLOBAL|RTLD_NOW);
h_libsgx_urts= dlopen("libsgx_urts_sim.so", RTLD_GLOBAL|RTLD_NOW);
#endif
l_libsgx_urts= ( h_libsgx_urts == NULL ) ? -1 : 1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment