This repository was archived by the owner on Apr 18, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,14 +20,8 @@ cc_library(
2020cc_binary (
2121 name = "guetzli" ,
2222 srcs = ["guetzli/guetzli.cc" ],
23- linkopts = [
24- # TODO(robryk): Remove once https://github.com/gflags/gflags/issues/176
25- # is fixed
26- "-lpthread" ,
27- ],
2823 deps = [
2924 ":guetzli_lib" ,
30- "//external:gflags" ,
3125 "@png_archive//:png" ,
3226 ],
3327)
Original file line number Diff line number Diff line change @@ -19,17 +19,6 @@ new_http_archive(
1919 url = "http://zlib.net/fossils/zlib-1.2.10.tar.gz" ,
2020)
2121
22- git_repository (
23- name = "gflags_git" ,
24- commit = "cce68f0c9c5d054017425e6e6fd54f696d36e8ee" ,
25- remote = "https://github.com/gflags/gflags.git" ,
26- )
27-
28- bind (
29- name = "gflags" ,
30- actual = "@gflags_git//:gflags" ,
31- )
32-
3322local_repository (
3423 name = "butteraugli" ,
3524 path = "third_party/butteraugli/" ,
You can’t perform that action at this time.
0 commit comments