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-08 15:02:33 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-08 15:02:33 +0100
commiteda8b442e09877ccd3884a813d30b57ed161f5a6 (patch)
tree5d84f0994d629dbd20b6532fe67890c8c188cca4 /src/library_list.h
parent9d0e59b31c4404b26976e70e4ecf81ad19f7838d (diff)
downloadbox64-eda8b442e09877ccd3884a813d30b57ed161f5a6.tar.gz
box64-eda8b442e09877ccd3884a813d30b57ed161f5a6.zip
Added wrapped libasound
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 e78fc57f..68f685f4 100755
--- a/src/library_list.h
+++ b/src/library_list.h
@@ -9,7 +9,7 @@ GO("libGL.so.1", libgl)
 GO("libGL.so", libgl)
 GO("libGLU.so.1", libglu)
 GO("libX11.so.6", libx11)
-//GO("libasound.so.2", libasound)
+GO("libasound.so.2", libasound)
 GO("libdl.so.2", libdl)
 GO("libm.so.6", libm)
 GO("libSDL2-2.0.so.0", sdl2)