mirror of https://github.com/bazelbuild/rules_cc
Update BUILD
This commit is contained in:
parent
8214dc026f
commit
5bc3d6f2ef
|
@ -11,7 +11,6 @@ cc_bin(
|
||||||
dynamic_deps = [":libA_shared.so"],
|
dynamic_deps = [":libA_shared.so"],
|
||||||
)
|
)
|
||||||
|
|
||||||
# FIX: add cc_binary to test
|
|
||||||
cc_shared_library(
|
cc_shared_library(
|
||||||
name = "libA_shared.so",
|
name = "libA_shared.so",
|
||||||
of = "A",
|
of = "A",
|
||||||
|
|
Loading…
Reference in New Issue