We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 348d8f4 commit 4f69217Copy full SHA for 4f69217
BUILD.bazel
@@ -31,7 +31,7 @@ cc_library(
31
visibility = ["//visibility:public"],
32
deps = [
33
"//:pixelmatch-cpp17",
34
- "@stb//:image",
35
- "@stb//:image_write",
+ "//third_party/stb:image",
+ "//third_party/stb:image_write",
36
],
37
)
third_party/stb/BUILD.bazel
@@ -157,5 +157,5 @@ cc_library(
157
name = "vorbis",
158
defines = ["STB_VORBIS_HEADER_ONLY"],
159
160
- deps = ["//:vorbis-private"],
+ deps = [":vorbis-private"],
161
0 commit comments