Can't link a Library

New update: I was able to correctly compile my lib with clang. libc++ and libc++abi.

Problem now is that UE4 tries to link my .so with old libs files. Like:

Engine/Binaries/ThirdParty/CEF3/Linux/libcef.so

How can I change it? Maybe I’ll try compiling it with the UE4 libs… but how?