File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,8 @@ cc_library(
20
20
cc_binary (
21
21
name = "guetzli" ,
22
22
srcs = ["guetzli/guetzli.cc" ],
23
- linkopts = [
24
- # TODO(robryk): Remove once https://github.com/gflags/gflags/issues/176
25
- # is fixed
26
- "-lpthread" ,
27
- ],
28
23
deps = [
29
24
":guetzli_lib" ,
30
- "//external:gflags" ,
31
25
"@png_archive//:png" ,
32
26
],
33
27
)
Original file line number Diff line number Diff line change @@ -19,17 +19,6 @@ new_http_archive(
19
19
url = "http://zlib.net/fossils/zlib-1.2.10.tar.gz" ,
20
20
)
21
21
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
-
33
22
local_repository (
34
23
name = "butteraugli" ,
35
24
path = "third_party/butteraugli/" ,
You can’t perform that action at this time.
0 commit comments