libjxl

FORK: libjxl patches used on blog
git clone https://git.neptards.moe/blog/libjxl.git
Log | Files | Refs | Submodules | README | LICENSE

highway.patch (289B)


      1 diff --git a/BUILD b/BUILD
      2 index 438b671..d2777b2 100644
      3 --- a/BUILD
      4 +++ b/BUILD
      5 @@ -153,6 +153,7 @@ cc_library(
      6          "hwy/detect_compiler_arch.h",  # private
      7          "hwy/print.h",
      8      ],
      9 +    includes = ["."],
     10      compatible_with = [],
     11      copts = COPTS,
     12      defines = DEFINES,