Kaydet (Commit) 7ae10a8a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Must call patch_libgnustl_shared()

üst bef7a8c0
......@@ -52,6 +52,9 @@ public class DocumentLoader
Bootstrap.putenv("SAL_LOG=yes");
Bootstrap.dlopen("libgnustl_shared.so");
Bootstrap.patch_libgnustl_shared();
// Load a lot of shlibs here explicitly in advance because that
// makes debugging work better, sigh
Bootstrap.dlopen("libvcllo.so");
......
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