diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-02-16 11:40:19 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-02-16 11:40:19 +0100 |
| commit | 3c95826c5ce888f3823dc5655dde238cd00fded7 (patch) | |
| tree | 61411d06127e2341be58c6dfa338314c0514309b /src/library_list.h | |
| parent | fa11368599d2c21c814a61b6254604fa8d3cb2e7 (diff) | |
| download | box64-3c95826c5ce888f3823dc5655dde238cd00fded7.tar.gz box64-3c95826c5ce888f3823dc5655dde238cd00fded7.zip | |
Added wrapped libanl
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 0cddb314..97d7f265 100644 --- a/src/library_list.h +++ b/src/library_list.h @@ -247,6 +247,7 @@ GO("libicuuc.so.74", icuuc74) GO("libicui18n.so.74", icui18n74) GO("libidn2.so.0", idn2) GO("libpam.so.0", pam) +GO("libanl.so.1", anl) #ifdef ANDROID GO("libc.so", libc) |