| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
also refactored LibraryLoader to share code between Linux and Mac fixes pythonnet#1422
The idea is borrowed from pythonnet/pythonnet#1425
| Back | FazBrowse Home | New Git URL |
What does this implement/fix? Explain your changes.
Newer Linux systems (Ubuntu, CentOS) do not contain libdl.so by default: they switched to libdl.so.2. So we try it first.
Also refactored LibraryLoader to share code between Linux and Mac (really any POSIX systems).
Does this close any currently open issues?
#1422