We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The linker looks for libraries in the directories given by the environment variable LIBRARY_PATH before the system library directories. https://setuptools.pypa.io/en/latest/userguide/ext_modules.html#compiler-and-linker-options
LIBRARY_PATH
UnixCCompiler.find_library, used by various packages to determine whether a library can be linked (example: https://github.com/python-pillow/Pillow/blob/main/setup.py), should handle LIBRARY_PATH too.
UnixCCompiler.find_library
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The linker looks for libraries in the directories given by the environment variable
LIBRARY_PATH
before the system library directories. https://setuptools.pypa.io/en/latest/userguide/ext_modules.html#compiler-and-linker-optionsUnixCCompiler.find_library
, used by various packages to determine whether a library can be linked (example: https://github.com/python-pillow/Pillow/blob/main/setup.py), should handleLIBRARY_PATH
too.The text was updated successfully, but these errors were encountered: