Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sdl2-sys: Avoid to add unwanted system folder in library research paths #1208

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 13, 2022

  1. 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
    rofferom committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    31b08a4 View commit details
    Browse the repository at this point in the history