Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sdl2-sys: Avoid to add unwanted system folder in library research paths
Default pkg-config-rs behavior is to add default system library paths (ex: -L/usr/lib/x86_64-linux-gnu). This is because PKG_CONFIG_ALLOW_SYSTEM_LIBS is set by pkg-config-rs by default. print_system_libs(false) disable this behavior. More details in evdev-rs project: ndesh26/evdev-rs#85
- Loading branch information