Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ADD-SP committed Apr 25, 2024
1 parent ff092ca commit 8653b27
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions build/openresty/snappy/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ cc_library(
],
)

cc_shared_library(
name = "snappy",
cc_library(
name = "_snappy",
srcs = [
"snappy.cc",
"snappy-c.cc",
Expand All @@ -84,6 +84,11 @@ cc_shared_library(
],
)

cc_shared_library(
name = "snappy",
deps = [":_snappy"],
)

filegroup(
name = "testdata",
srcs = glob(["testdata/*"]),
Expand Down

0 comments on commit 8653b27

Please sign in to comment.