diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-09-21 20:50:52 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-09-21 20:50:52 +0200 |
| commit | 7e4af27ba761b2feb2ba444f85f7889b9de4c2a6 (patch) | |
| tree | b80bd2362839bebcd3a94387fccdf437b1297ddd /src/library_list.h | |
| parent | 06bbf93bf876c107ff41593a75fe6fa8a6d6a779 (diff) | |
| download | box64-7e4af27ba761b2feb2ba444f85f7889b9de4c2a6.tar.gz box64-7e4af27ba761b2feb2ba444f85f7889b9de4c2a6.zip | |
More work on gtk and nss3+friends
Diffstat (limited to 'src/library_list.h')
| -rwxr-xr-x | src/library_list.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/library_list.h b/src/library_list.h index 6bbdc53e..72cd16de 100755 --- a/src/library_list.h +++ b/src/library_list.h @@ -167,6 +167,9 @@ GO("libnss3.so", nss3) GO("libnssutil3.so", nssutil3) GO("libsmime3.so", smime3) GO("libnspr4.so", nspr4) +GO("libplds4.so", plds4) +GO("libplc4.so", plc4) +GO("libssl3.so", ssl3) GO("libselinux.so.1", selinux) GO("libsecret-1.so.0", secret1) |