Commit 313f01d
committed
gen_descriptor: compress() forward-slash source globs on windows
compress() keyed dirs by str(p.parent) -> backslashes on windows Path -> mixed
'3rdparty\libjpeg-turbo\simd/jsimd.c' source globs (invalid lua escape, wrong
glob separators). Use p.parent.as_posix(). Descriptor otherwise generated fully
(2845 lines, mcpp parse OK: windows sources 45/inc 22/gen 174).1 parent b463b42 commit 313f01d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
| 295 | + | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
| 298 | + | |
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| |||
0 commit comments