Skip to content

Commit

Permalink
fix: potential bazel typo
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Leprince <[email protected]>
  • Loading branch information
pleprince committed Apr 3, 2024
1 parent 2d678ae commit 2ad98fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ cc_library(
deps = [
"@imath//:Imath",
"@libdeflate//:deflate",
"@c-blosc2//c-blosc2",
"@c-blosc2//:c-blosc2",
],
)

Expand Down Expand Up @@ -503,7 +503,7 @@ cc_library(
":IlmThread",
":OpenEXRCore",
"@imath//:Imath",
"@c-blosc2//c-blosc2",
"@c-blosc2//:c-blosc2",
],
)

Expand Down

0 comments on commit 2ad98fe

Please sign in to comment.