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

[Backport v3.5-branch] scripts: snippets: Fix path output on windows #70037

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

zephyrbot
Copy link
Collaborator

@zephyrbot zephyrbot commented Mar 11, 2024

Backport b680a6e from #69963.

Fixes #69972

Fixes an issue with paths being output in windows-style with back
slashes, this causes issues for certain escape sequences when
cmake interprets them. Replace these paths with posix paths so
that they are not treated as possible escape sequences.

Signed-off-by: Jamie McCrae <[email protected]>
(cherry picked from commit b680a6e)
@zephyrbot zephyrbot added the Backport Backport PR and backport failure issues label Mar 11, 2024
@nordicjm nordicjm added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Mar 11, 2024
@henrikbrixandersen henrikbrixandersen added this to the v3.5.1 milestone Mar 11, 2024
@jhedberg jhedberg merged commit cf24d48 into v3.5-branch Mar 13, 2024
20 checks passed
@nashif nashif deleted the backport-69963-to-v3.5-branch branch November 16, 2024 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backport Backport PR and backport failure issues Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

5 participants