diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-03-26 13:20:34 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-03-26 13:20:34 +0100 |
| commit | 1eaa7159a6416640bccf3cc3541adedcde2649b0 (patch) | |
| tree | a45af1710cc233e1deeef13374af8ed7b59d79c1 /src/library_list.h | |
| parent | 4015c26e68a5ce812673a3d434f8d98fa21755c1 (diff) | |
| download | box64-1eaa7159a6416640bccf3cc3541adedcde2649b0.tar.gz box64-1eaa7159a6416640bccf3cc3541adedcde2649b0.zip | |
More work around steam and proton/SteamPlay (working, but need also latest box86)
Diffstat (limited to 'src/library_list.h')
| -rwxr-xr-x | src/library_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library_list.h b/src/library_list.h index 9f6203dc..04520348 100755 --- a/src/library_list.h +++ b/src/library_list.h @@ -144,6 +144,7 @@ GO("libtinfo.so.5", libtinfo) GO("libpanel.so.5", libpanel) GO("libncurses.so.6", libncurses6) GO("libtinfo.so.6", libtinfo6) +GO("libtcmalloc_minimal.so.0", tcmallocminimal) GO("libtcmalloc_minimal.so.4", tcmallocminimal) GO("libmpg123.so.0", mpg123) GO("libgnutls.so.30", gnutls) |