diff options
| author | ZoHan <114734429+LiZhuoheng-coder@users.noreply.github.com> | 2024-05-23 13:49:52 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-23 07:49:52 +0200 |
| commit | 7ebd92be7dab9f3959c8c25f73d3637ddcd72149 (patch) | |
| tree | 42cad91a1e34d79039aec3d2d4dd9773aea62d87 /src/library_list.h | |
| parent | 22b2f63917e0125567dd4a152c98a87ba27bd896 (diff) | |
| download | box64-7ebd92be7dab9f3959c8c25f73d3637ddcd72149.tar.gz box64-7ebd92be7dab9f3959c8c25f73d3637ddcd72149.zip | |
Wrapped libpsl5 (#1523)
* Wrapped libpsl5 * Recover files
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 8cbce75b..b1b33472 100644 --- a/src/library_list.h +++ b/src/library_list.h @@ -255,6 +255,7 @@ GO("libicui18n.so.74", icui18n74) GO("libidn2.so.0", idn2) GO("libpam.so.0", pam) GO("libanl.so.1", anl) +GO("libpsl.so.5", psl5) #ifdef ANDROID GO("libc.so", libc) |