Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build-sys: Link with -ldl for rust build
I didn't dive into this too much, it looks like something in rust changed that broke our build. Probably libstd gained a dependency on `-ldl` or so, and that's handled by cargo? Anyways linking against it isn't going to hurt.
- Loading branch information