about summary refs log tree commit diff stats
path: root/src/library_list.h
diff options
context:
space:
mode:
authorptitSeb <seebastien.chev@gmail.com>2023-08-28 19:02:34 +0200
committerptitSeb <seebastien.chev@gmail.com>2023-08-28 19:02:34 +0200
commit7f4145d67f2822a32da9495a97079f108b85f4d2 (patch)
tree676ea62d451c5c95bd070658ae70f55811f76145 /src/library_list.h
parent103c804c8ef230cb8c102c36a9bd5ed8582f3aed (diff)
downloadbox64-7f4145d67f2822a32da9495a97079f108b85f4d2.tar.gz
box64-7f4145d67f2822a32da9495a97079f108b85f4d2.zip
Added wrapping of libformw.so.6 (for #956)
Diffstat (limited to 'src/library_list.h')
-rw-r--r--src/library_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library_list.h b/src/library_list.h
index 9770518c..9713469e 100644
--- a/src/library_list.h
+++ b/src/library_list.h
@@ -163,6 +163,7 @@ GO("libncursesw.so.5", libncursesw)
 GO("libncursesw.so.6", libncursesw6)
 GO("libform.so.5", libform)
 GO("libformw.so.5", libformw)
+GO("libformw.so.6", libformw6)
 GO("libncurses.so.5", libncurses)
 GO("libtinfo.so.5", libtinfo)
 GO("libpanel.so.5", libpanel)