Skip to content

Commit

Permalink
fix current issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nisdas committed Feb 27, 2024
1 parent 20d5462 commit b759637
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion third_party/com_github_datadog_zstd.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ new file mode 100644
index 0000000..f15d38e
--- /dev/null
+++ b/BUILD.bazel
@@ -0,0 +1,131 @@
@@ -0,0 +1,133 @@
+load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
+load("@rules_cc//cc:defs.bzl", "cc_library")
+
+cc_library(
+ name = "zstd_cc",
+ srcs = [
+ "allocations.h",
+ "bits.h",
+ "bitstream.h",
+ "clevels.h",
+ "compiler.h",
Expand Down

0 comments on commit b759637

Please sign in to comment.