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

[windows] Fix self-path lookup on Windows #103

Merged
merged 1 commit into from
Feb 7, 2023
Merged

Conversation

staticfloat
Copy link
Member

Store handle to self in DllMain so that we don't try to figure out a handle to ourselves (incorrectly) anymore on Windows.

Store handle to self in `DllMain` so that we don't try to figure out a
handle to ourselves (incorrectly) anymore on Windows.

Add test for LBT path printing when `LBT_VERBOSE=1`
@staticfloat staticfloat merged commit 165da4c into main Feb 7, 2023
@giordano giordano deleted the sf/win32_self_handle branch February 7, 2023 07:43
@ViralBShah
Copy link
Collaborator

It looks like Yggdrasil is failing on this PR on windows: JuliaPackaging/Yggdrasil#6462

@staticfloat
Copy link
Member Author

Did you fix it?

@ViralBShah
Copy link
Collaborator

Yes.

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