diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-06-02 12:09:21 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-06-02 12:09:21 +0200 |
| commit | 1b131d28dfceef1fc7eafde3a76b3816e6a426bd (patch) | |
| tree | 9f72e54dcd455b94c7769bfe7633b245d9be52de /src/library_list_32.h | |
| parent | ec2e94249bfbbe7f5d88bc945751e09b3afe21f9 (diff) | |
| download | box64-1b131d28dfceef1fc7eafde3a76b3816e6a426bd.tar.gz box64-1b131d28dfceef1fc7eafde3a76b3816e6a426bd.zip | |
[BOX32][WRAPPER] Added wrapped 32bits libcurl (need testing)
Diffstat (limited to 'src/library_list_32.h')
| -rw-r--r-- | src/library_list_32.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/library_list_32.h b/src/library_list_32.h index d299e8ae..a9da0f4b 100644 --- a/src/library_list_32.h +++ b/src/library_list_32.h @@ -105,6 +105,9 @@ GO("libcups.so", libcups) GO("libgbm.so.1", gbm) GO("libgbm.so", gbm) GO("libdbus-1.so.3", dbus) +GO("libcurl.so.4", curl) +GO("libcurl-gnutls.so.4", curl) +GO("libcurl.so.3", curl) //GO("crashhandler.so", crashhandler) GO("libtcmalloc_minimal.so.0", tcmallocminimal) |