AltF02 / x11-rs

Rust bindings for X11 libraries
https://docs.rs/x11
MIT License
206 stars 66 forks source link

Fix linking on BSD systems #52

Closed valpackett closed 8 years ago

valpackett commented 8 years ago

After this change, x11-dl builds on FreeBSD.

Thanks to libloading's build.rs for info about other BSDs.

valpackett commented 8 years ago

Thanks, that was quick :)

ghost commented 8 years ago

Thanks and published! I remember thinking of doing this a while back when I found out that libdl is specific to glibc, but I guess it slipped my mind.