diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-07-30 10:42:43 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-07-30 10:42:43 +0200 |
| commit | d9cd0604cc3fb5551082e3bb3491bdcf5e4c1625 (patch) | |
| tree | b38a04e869c68e14ec9bf20e1bfed2a57c8a0e54 /src/library_list.h | |
| parent | afb2cc4a99545cb83feeb14f1bcc42273b7630a6 (diff) | |
| download | box64-d9cd0604cc3fb5551082e3bb3491bdcf5e4c1625.tar.gz box64-d9cd0604cc3fb5551082e3bb3491bdcf5e4c1625.zip | |
Added an empty wrapped libsoftokn3 (for #365)
Diffstat (limited to 'src/library_list.h')
| -rwxr-xr-x | 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 4195e71b..e65101db 100755 --- a/src/library_list.h +++ b/src/library_list.h @@ -191,6 +191,7 @@ GO("libgsttag-1.0.so.0", gsttag) GO("libgstvideo-1.0.so.0", gstvideo) GO("libxshmfence.so.1", xshmfence) GO("libatomic.so.1", atomic) +GO("libsoftokn3.so", softokn3) GO("ld-linux-x86-64.so.2", ldlinux) |