Skip to content

Commit a7c8007

Browse files
committed
Update starlark targets with lib.rs.h dependency on module.rs.h
1 parent 99b3cb7 commit a7c8007

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ cxx_library(
3232
],
3333
headers = {
3434
"ffi/lib.rs.h": ":bridge/header",
35+
"ffi/module.rs.h": ":module/header",
3536
"ffi/tests.h": "ffi/tests.h",
3637
},
3738
deps = ["//:core"],

tests/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ cc_library(
3535
hdrs = ["ffi/tests.h"],
3636
deps = [
3737
":bridge/include",
38+
":module/include",
3839
"//:core",
3940
],
4041
)

0 commit comments

Comments
 (0)