File: highway.patch

package info (click to toggle)
jpeg-xl 0.11.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,720 kB
  • sloc: cpp: 131,782; python: 3,135; sh: 2,668; ansic: 1,228; javascript: 403; java: 349; makefile: 92; xml: 13
file content (12 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/BUILD b/BUILD
index 438b671..d2777b2 100644
--- a/BUILD
+++ b/BUILD
@@ -153,6 +153,7 @@ cc_library(
         "hwy/detect_compiler_arch.h",  # private
         "hwy/print.h",
     ],
+    includes = ["."],
     compatible_with = [],
     copts = COPTS,
     defines = DEFINES,