mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-18 17:35:30 +00:00
tools: Fixes for intrinsic-gen on windows
Fix slash-related issues. Change-Id: I618649578746450df7cb2dcd372c5a778eb719ba Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/56776 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com>
This commit is contained in:
committed by
Tint LUCI CQ
parent
f83e406b37
commit
892aaf377f
@@ -192,6 +192,7 @@ func (c Config) shouldExamine(root, absPath string) bool {
|
||||
if err != nil {
|
||||
return false
|
||||
}
|
||||
relPath = filepath.ToSlash(relPath) // Canonicalize
|
||||
|
||||
res := false
|
||||
for _, rule := range c.Paths {
|
||||
|
||||
Reference in New Issue
Block a user