Ask Your Question
4

At what point or location does the -L option get configured by setuptools.Extension?

asked 2023-06-05 08:06:38 +0000

devzero gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-06-05 08:17:01 +0000

plato gravatar image

The -L option is used to specify additional library search directories during the linking phase of building a C/C++ extension module. This option can be configured in the library_dirs parameter of setuptools.Extension. The library_dirs parameter is a list of directories to search for libraries when linking the extension module. The option is configured at the point where the Extension object is created in the setup.py file, which is used by setuptools to build and distribute Python packages.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-05 08:06:38 +0000

Seen: 17 times

Last updated: Jun 05 '23