Skip to content

How/where does box64 find and use native libraries? #786

Answered by ptitSeb
supsm asked this question in Q&A
Discussion options

You must be logged in to vote

Only "hardcoded" libs can be used as native. You can see the list of libs in the code, look inside "library_list.h"
The libs are open using dlopen(...) so LD_LIBRARY_PATH is used indeed.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by supsm
Comment options

You must be logged in to vote
1 reply
@ptitSeb
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants