--- third_party/swiftshader/src/Common/SharedLibrary.hpp.orig 2021-01-07 00:39:34 UTC +++ third_party/swiftshader/src/Common/SharedLibrary.hpp @@ -97,7 +97,7 @@ void *loadLibrary(const std::string &libraryDirectory, inline void *getLibraryHandle(const char *path) { - #ifdef __ANDROID__ + #if defined( __ANDROID__) || defined(__FreeBSD__) // bionic doesn't support RTLD_NOLOAD before L return dlopen(path, RTLD_NOW | RTLD_LOCAL); #else