commit | 892aaf377f685b297f19cf9b45322e1a56094142 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Mon Jul 05 16:43:17 2021 +0000 |
committer | Tint LUCI CQ <tint-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 05 16:43:17 2021 +0000 |
tree | ab974ed8f0984615ac65814d0253c1fc0b711afc | |
parent | f83e406b37c67f6f1c93bc08b62ce6aff49d325c [diff] [blame] |
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>
diff --git a/tools/src/glob/glob.go b/tools/src/glob/glob.go index e4c8327..b9790b2 100644 --- a/tools/src/glob/glob.go +++ b/tools/src/glob/glob.go
@@ -192,6 +192,7 @@ if err != nil { return false } + relPath = filepath.ToSlash(relPath) // Canonicalize res := false for _, rule := range c.Paths {