Manu343726 / siplasplas

A library for C++ reflection and introspection
https://manu343726.github.io/siplasplas
MIT License
195 stars 27 forks source link

dlinfo missing on Mac OS X #82

Closed jdiego closed 7 years ago

jdiego commented 7 years ago

The "dlinfo" function isn't presented on FreeBSD based system. So, we have to use the dladdr. I made a little patch to add a branch to Mac OS X. If you like and wish we can submit a merge request to your master branch.

Thanks for your attention.

Diego fix_dynamiclibrary_mac.patch.txt

Manu343726 commented 7 years ago

Thanks a lot for this