From 0d7ea4bced28c192e7e8aefb01d3edc4c3d3f6b8 Mon Sep 17 00:00:00 2001 From: Antonio Maiorano Date: Thu, 3 Jun 2021 15:08:44 +0000 Subject: [PATCH] Fix fileutils not working on Windows Change-Id: Ifcda643e35bcb63c3d7a235391ba95384f7ef444 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/53180 Reviewed-by: Ben Clayton Kokoro: Kokoro Commit-Queue: Antonio Maiorano --- tools/src/fileutils/fileutils_other.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/src/fileutils/fileutils_other.go b/tools/src/fileutils/fileutils_other.go index 8647193e0d..9c20ea6827 100644 --- a/tools/src/fileutils/fileutils_other.go +++ b/tools/src/fileutils/fileutils_other.go @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// +build !windows + // Package fileutils contains utility functions for files package fileutils