about summary refs log tree commit diff stats
path: root/src/library_list.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-06-15 17:08:14 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-06-15 17:08:14 +0200
commitc667c71a999dcbb396876a0ab49b36833ffd5111 (patch)
tree848c89f61397d1cad9db62d0c984999bfd9a5e6d /src/library_list.h
parent3cd8b9a44e6fe1e35e8467aa12f1dc4fb12bb57f (diff)
downloadbox64-c667c71a999dcbb396876a0ab49b36833ffd5111.tar.gz
box64-c667c71a999dcbb396876a0ab49b36833ffd5111.zip
Added libtcmallocminimal workaround
Diffstat (limited to 'src/library_list.h')
-rwxr-xr-xsrc/library_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library_list.h b/src/library_list.h
index 7d856f8e..1126205d 100755
--- a/src/library_list.h
+++ b/src/library_list.h
@@ -139,7 +139,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.4", tcmallocminimal)
+GO("libtcmalloc_minimal.so.4", tcmallocminimal)
 //GO("libmpg123.so.0", mpg123)
 GO("libgnutls.so.30", gnutls)
 GO("libcups.so.2", libcups)