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

Only symlink certain directories on Windows #108

Merged
merged 1 commit into from
Nov 9, 2023
Merged

Conversation

Jake-Shadle
Copy link
Owner

Symlinking on Windows was completely broken as you can't symlink a file or directory with the same case-insensitive name, which is almost 100% how symlinks are used in this project. The exception are the versioned symlinks that point to . so that the compiles transparently work when using the clang-cl options that do version lookups instead of specifying each include path manually. This wasn't caught because this project does no testing on Windows since it was never the goal of the project and I'd rather avoid adding CI for it but if people keep using it on Windows that may need to change.

Resolves: #107

@Jake-Shadle Jake-Shadle merged commit 3c26ed1 into main Nov 9, 2023
8 checks passed
@Jake-Shadle Jake-Shadle deleted the fix-windows branch November 9, 2023 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant