Skip to content

Commit

Permalink
Fix test target on macOS with Bazel@HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy committed Jan 25, 2021
1 parent 215a8de commit c31ae82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ffi/rust_calling_c/c/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ cc_test(

## Do the same as above, but with a dynamic c library.

cc_library(
cc_import(
name = "native_matrix_so",
srcs = [":libnative_matrix_so.so"],
shared_library = ":libnative_matrix_so.so",
hdrs = ["matrix.h"],
)

Expand Down

0 comments on commit c31ae82

Please sign in to comment.