diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-03-25 12:01:23 +0000 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-03-25 12:01:23 +0000 |
| commit | 56e980556236709f287b87ab41b643a5607d4982 (patch) | |
| tree | 5711392b54930dac8f3011d0a0179eb77a2ed34e /src/library_list.h | |
| parent | f197e750b623469d65d00d308ea182e5693dfa08 (diff) | |
| download | box64-56e980556236709f287b87ab41b643a5607d4982.tar.gz box64-56e980556236709f287b87ab41b643a5607d4982.zip | |
Added wrapped libnuma
Diffstat (limited to 'src/library_list.h')
| -rwxr-xr-x | src/library_list.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library_list.h b/src/library_list.h index 9fbb5513..dc851a4c 100755 --- a/src/library_list.h +++ b/src/library_list.h @@ -220,6 +220,8 @@ GO("libva-drm.so.2", libvadrm) GO("libva-x11.so.2", libvax11) GO("libva-wayland.so.2", libvawayland) GO("libvdpau.so.1", libvdpau) +GO("libnuma.so.1", libnuma) +GO("libnuma.so", libnuma) GO("d3dadapter9.so.1", d3dadapter9) GO("ld-linux-x86-64.so.2", ldlinux) |