Skip to content
Snippets Groups Projects
Commit 14d586ac authored by Martin Storsjö's avatar Martin Storsjö
Browse files

Don't assume dlsym exists on linux

After checking if -ldl exists, use it for checking for the dlsym
function.

This fixes building in environments where the dlsym function is
unavailable. (My testcase is NDK builds with -static, where dlsym
isn't available for static linking, only if linking dynamically.)
parent 6b611d36
Branches master
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment