Skip to content

Commit

Permalink
fix(bazel): tentative: add linkopts to example build
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Leprince <github.pleprince@gmail.com>
  • Loading branch information
pleprince committed Apr 5, 2024
1 parent 40b1937 commit bb8754a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/examples/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ cc_test(
],
deps = [
"//:OpenEXR",
"@c-blosc2//:c-blosc2",
],
linkopts = [
"-lblosc2",
"-ldl"
]
)

0 comments on commit bb8754a

Please sign in to comment.