diff options
| author | LiZhuoheng <114734429+zohanzephyr@users.noreply.github.com> | 2024-06-11 14:02:11 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-11 08:02:11 +0200 |
| commit | 9ed2e3bbf22f6fe2041b3119fc10a57cfca31406 (patch) | |
| tree | 0eecea1f7297360fd3883b458d5f682989a92343 /src/library_list.h | |
| parent | 8b3cd23045d0673abce1f200133de0cb33fb3b4f (diff) | |
| download | box64-9ed2e3bbf22f6fe2041b3119fc10a57cfca31406.tar.gz box64-9ed2e3bbf22f6fe2041b3119fc10a57cfca31406.zip | |
Wrapped libunistring2 (#1577)
Diffstat (limited to 'src/library_list.h')
| -rw-r--r-- | 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 84bd02a9..6b7ccce8 100644 --- a/src/library_list.h +++ b/src/library_list.h @@ -260,6 +260,7 @@ GO("libssh2.so.1", libssh2) GO("libp11-kit.so.0", p11kit) GO("libtasn1.so.6", libtasn1) GO("libnettle.so.8", libnettle8) +GO("libunistring.so.2", libunistring2) #ifdef ANDROID GO("libc.so", libc) |