Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts: snippets: Fix path output on windows
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)