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

Fix PATH for SharedModule in Windows devenv #14095

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

Conversation

bruchar1
Copy link
Member

@bruchar1 bruchar1 commented Jan 8, 2025

SharedModule (like Python extension modules) are loaded dynamically. Therefore, they cannot be detected from executable dependencies, and we must call determine_windows_extra_paths on them as well.

Also, those extra paths need to be computed even if the module or the executable is not installed in the default location.

@bruchar1 bruchar1 requested a review from jpakkane as a code owner January 8, 2025 17:18
@bruchar1 bruchar1 requested a review from xclaesse January 9, 2025 15:17
SharedModule (like Python extension modules) are loaded dynamically.
Therefore, they cannot be detected from executable dependencies, and
we must call `determine_windows_extra_paths` on them as well.

Also, those extra paths need to be computed even if the module or the
executable is not installed in the default location.
@bruchar1 bruchar1 force-pushed the fix-extra-paths-for-shared-modules branch from b21b89f to 174061e Compare January 13, 2025 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants