about summary refs log tree commit diff stats
path: root/src/core.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-07-14 11:18:08 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-07-14 11:18:08 +0200
commit4ff4ca72d38c82fe3adbd07003053ead2586b366 (patch)
treeced32d53a15a944cce2401f58430b4d8b6eee22e /src/core.c
parent47055f92dfbcd9a333b137989eb1299eaeb044ca (diff)
downloadbox64-4ff4ca72d38c82fe3adbd07003053ead2586b366.tar.gz
box64-4ff4ca72d38c82fe3adbd07003053ead2586b366.zip
Wrapped lots of new function t be abble to run emulated libgnutls.so.30
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.c b/src/core.c
index 1a9262c4..3c228d44 100644
--- a/src/core.c
+++ b/src/core.c
@@ -1405,6 +1405,7 @@ void LoadEnvVars(box64context_t *context)
     AddPath("libunwind.so.8", &context->box64_emulated_libs, 0);
     AddPath("libpng12.so.0", &context->box64_emulated_libs, 0);
     AddPath("libcurl.so.4", &context->box64_emulated_libs, 0);
+    AddPath("libgnutls.so.30", &context->box64_emulated_libs, 0);
     AddPath("libtbbmalloc.so.2", &context->box64_emulated_libs, 0);
     AddPath("libtbbmalloc_proxy.so.2", &context->box64_emulated_libs, 0);