Merge pull request #229 from UebelAndre/config
Move `//:config` to `implementation_deps` to prevent header collision
This commit is contained in:
@@ -62,8 +62,10 @@ cc_library(
|
||||
name = "snappy-stubs-internal",
|
||||
srcs = ["snappy-stubs-internal.cc"],
|
||||
hdrs = ["snappy-stubs-internal.h"],
|
||||
deps = [
|
||||
implementation_deps = [
|
||||
":config",
|
||||
],
|
||||
deps = [
|
||||
":snappy-stubs-public",
|
||||
],
|
||||
)
|
||||
@@ -85,8 +87,10 @@ cc_library(
|
||||
"-Wno-sign-compare",
|
||||
],
|
||||
}),
|
||||
deps = [
|
||||
implementation_deps = [
|
||||
":config",
|
||||
],
|
||||
deps = [
|
||||
":snappy-stubs-internal",
|
||||
":snappy-stubs-public",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user