Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe committed Apr 11, 2023
1 parent 4bee842 commit 7a9e200
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/third_party/libgit2/BUILD.libgit2.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
load("@rules_foreign_cc//foreign_cc:defs.bzl", "cmake")


filegroup(
name = "all_srcs",
srcs = glob(
Expand Down Expand Up @@ -39,8 +38,8 @@ cmake(
visibility = ["//visibility:public"],
deps = [
"@libssh2",
"@zlib",
"@openssl",
"@zlib",
] + select({
"@platforms//os:linux": ["@pcre"],
"@platforms//os:macos": ["@iconv_macos//:iconv"],
Expand Down

0 comments on commit 7a9e200

Please sign in to comment.