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

Repository root is determined incorrectly in full path repository #95

Closed
EugeneManushkin opened this issue Dec 16, 2022 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@EugeneManushkin
Copy link
Owner

If index include folder of Windows SDK with multiple sdks installed repository root is determined incorrectly. This happens due to include folder contains multiple folders with same beginnings.

C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0
C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22000.0

Repository root is determined as
C:\Program Files (x86)\Windows Kits\10\Include\10.0.
instead of
C:\Program Files (x86)\Windows Kits\10\Include

@EugeneManushkin EugeneManushkin added the bug Something isn't working label Dec 16, 2022
@EugeneManushkin
Copy link
Owner Author

Fixed in build 2.1.0.90

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant