diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-02-07 21:58:38 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-02-07 21:58:38 +0100 |
| commit | 82ae65f477f1e8ca2f0950ddcb75556757b3ee6e (patch) | |
| tree | 610a3ba2cce1079caf914982795740c7a6dcb821 /src/library_list.h | |
| parent | 4a3595133a2004043934d405d2c58a6c5e15ceea (diff) | |
| download | box64-82ae65f477f1e8ca2f0950ddcb75556757b3ee6e.tar.gz box64-82ae65f477f1e8ca2f0950ddcb75556757b3ee6e.zip | |
Added wrapped (empty) libpam.so.0
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 c43bdd75..0cddb314 100644 --- a/src/library_list.h +++ b/src/library_list.h @@ -246,6 +246,7 @@ GO("libicui18n.so.72", icui18n72) GO("libicuuc.so.74", icuuc74) GO("libicui18n.so.74", icui18n74) GO("libidn2.so.0", idn2) +GO("libpam.so.0", pam) #ifdef ANDROID GO("libc.so", libc) |