diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-12-13 16:31:37 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-12-13 16:31:37 +0100 |
| commit | 0239305f69dbafc701eb8f9ec63723dc70abf9b5 (patch) | |
| tree | 4c08aa456f4215e1fc265f0a166e64fc482fd004 /src/library_list.h | |
| parent | 3ee5558c70a384d3791c27ab94ca97f7e8198732 (diff) | |
| download | box64-0239305f69dbafc701eb8f9ec63723dc70abf9b5.tar.gz box64-0239305f69dbafc701eb8f9ec63723dc70abf9b5.zip | |
[BOX32][WRAPPER] Added empty 32bits wrapped libnsl
Diffstat (limited to 'src/library_list.h')
| -rw-r--r-- | src/library_list.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/library_list.h b/src/library_list.h index fc084b25..c3bfdd4a 100644 --- a/src/library_list.h +++ b/src/library_list.h @@ -191,7 +191,6 @@ GO("libvulkan.so", vulkan) GO("libgbm.so.1", gbm) GO("libgomp.so.1", gomp) GO("libcap.so.2", cap) -//GO("libnsl.so.1", nsl) GO("libkrb5.so.3", krb5) GO("libgssapi_krb5.so.2", gssapikrb5) GO("libgssapi.so.3", gssapi) |