mirror of
https://github.com/ptitSeb/box86.git
synced 2025-05-08 21:08:57 +08:00
Forgot to add reference to ldlinux in Librarian
This commit is contained in:
parent
a02a70ec7e
commit
23b48b68cc
@ -14,11 +14,13 @@
|
||||
// create the native lib list
|
||||
#include "wrappedlibc.h"
|
||||
#include "wrappedlibpthread.h"
|
||||
#include "wrappedldlinux.h"
|
||||
|
||||
#define GO(P, N) {P, wrapped##N##_init, wrapped##N##_fini, wrapped##N##_get},
|
||||
wrappedlib_t wrappedlibs[] = {
|
||||
GO("libc.so.6", libc)
|
||||
GO("libpthread.so.0", libpthread)
|
||||
GO("ld-linux.so.2", ldlinux)
|
||||
};
|
||||
#undef GO
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user