-
Notifications
You must be signed in to change notification settings - Fork 568
Fix Windows Loader Flags #4883
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 Windows Loader Flags #4883
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4883 +/- ##
==========================================
- Coverage 87.30% 86.94% -0.36%
==========================================
Files 56 56
Lines 17630 17630
==========================================
- Hits 15391 15328 -63
- Misses 2239 2302 +63 ☔ View full report in Codecov by Sentry. |
Thanks for fixing this. I built the main branch and confirmed that the load flag is now correctly set. |
Thanks! It should also be in the two latest release branches. |
Description
Fixes the Windows loader flags to load dependencies from system32 directory.
Testing
Manually verified locally, and CI/CD for regression checks.
Documentation
N/A - this was always the expected behavior