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-03-29 20:19:37 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-03-29 20:19:37 +0200
commit6dbc4d44a8b02619a0edaf33800fcd6e0f0fecbb (patch)
tree50772cfa9d7eded5e833352cdc23c6993be6be41 /src/library_list.h
parent397eff97122677eb72ccce5d808765cbc79b8ee5 (diff)
downloadbox64-6dbc4d44a8b02619a0edaf33800fcd6e0f0fecbb.tar.gz
box64-6dbc4d44a8b02619a0edaf33800fcd6e0f0fecbb.zip
Added wrapped libbz2 and liblzma
Diffstat (limited to 'src/library_list.h')
-rwxr-xr-xsrc/library_list.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/library_list.h b/src/library_list.h
index 5096672e..bdbe9348 100755
--- a/src/library_list.h
+++ b/src/library_list.h
@@ -113,7 +113,8 @@ GO("libpulse.so.0", pulse)
 //GO("libnm-util.so.2", libnm)
 GO("libfontconfig.so.1", fontconfig)
 GO("libfreetype.so.6", freetype)
-//GO("libbz2.so.1", bz2)
+GO("libbz2.so.1", bz2)
+GO("liblzma.so.5", lzma)
 GO("libSM.so.6", libsm)
 GO("libICE.so.6", libice)
 //GO("libusb-1.0.so.0", libusb1)