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 network storage build support on windows #4106

Closed
wants to merge 1 commit into from
Closed

Fix network storage build support on windows #4106

wants to merge 1 commit into from

Conversation

bizzehdee
Copy link

realpath and abspath are only interchangable on unix OS's.

abspath returns a normalized absolutized version of the pathname, whereas realpath just parses through symbolic links to paths.

This breaks when \networkpath\work is mapped to X: or any other drive letter on windows but as all paths work the same under all unix based OS's, it is unaffected.

…turns a normalized absolutized version of the pathname, whereas realpath just parses through symbolic links to paths, which can break when \\networkpath\work is mapped to X: or any other drive letter on windows
@bizzehdee
Copy link
Author

Fixes issue #4099

@ivankravets
Copy link
Member

Thanks for the PR! Resolved in 4687665

Please re-test with pio upgrade --dev.

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.

None yet

2 participants