Skip to content

Commit

Permalink
[eclipse-iceoryx#491] Fix bazel build
Browse files Browse the repository at this point in the history
  • Loading branch information
orecham committed Nov 19, 2024
1 parent ae6e43d commit 9b83072
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions iceoryx2-ffi/ffi/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ rust_shared_library(
],
tags = ["exclusive"],
proc_macro_deps = [
"//iceoryx2-bb/derive-macros:iceoryx2-bb-derive-macros",
"//iceoryx2-ffi/ffi-macros:iceoryx2-ffi-macros",
],
)
Expand All @@ -71,6 +72,7 @@ rust_static_library(
"@crate_index//:serde",
],
proc_macro_deps = [
"//iceoryx2-bb/derive-macros:iceoryx2-bb-derive-macros",
"//iceoryx2-ffi/ffi-macros:iceoryx2-ffi-macros",
],
)
Expand Down Expand Up @@ -113,6 +115,7 @@ rust_test(
"//iceoryx2-cal:iceoryx2-cal",
],
proc_macro_deps = [
"//iceoryx2-bb/derive-macros:iceoryx2-bb-derive-macros",
"//iceoryx2-ffi/ffi-macros:iceoryx2-ffi-macros",
"@crate_index//:generic-tests",
],
Expand Down

0 comments on commit 9b83072

Please sign in to comment.