commit | b680a6ec72da4191eb3ae28ec010cfbf05333936 | [log] [tgz] |
---|---|---|
author | Jamie McCrae <jamie.mccrae@nordicsemi.no> | Fri Mar 08 11:41:38 2024 +0000 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Mar 11 07:57:14 2024 -0400 |
tree | d4ee115954de20f24cd405be40562e73d77909dd | |
parent | 28107ae8ce43f7819988165caa7131c6372a5256 [diff] |
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 <jamie.mccrae@nordicsemi.no>