Skip to content

Commit

Permalink
buildifier
Browse files Browse the repository at this point in the history
  • Loading branch information
djmarcin committed Nov 15, 2021
1 parent 4703d08 commit 26c99a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions third_party/iconv/BUILD.iconv.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ filegroup(

configure_make(
name = "iconv",
env = select({
"@rules_rust//rust/platform:darwin": {"AR": ""},
"//conditions:default": {},
}),
configure_in_place = True,
configure_options = [
"--enable-relocatable",
"--enable-shared=no",
"--enable-static=yes",
],
env = select({
"@rules_rust//rust/platform:darwin": {"AR": ""},
"//conditions:default": {},
}),
lib_source = ":all",
out_static_libs = ["libiconv.a"],
targets = ["install-lib"],
Expand Down
8 changes: 4 additions & 4 deletions third_party/openssl/BUILD.openssl.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ CONFIGURE_OPTIONS = [
configure_make(
name = "openssl",
configure_command = "config",
env = select({
"@rules_rust//rust/platform:darwin": {"AR": ""},
"//conditions:default": {},
}),
configure_in_place = True,
configure_options = select({
"@rules_rust//rust/platform:darwin": [
Expand All @@ -36,6 +32,10 @@ configure_make(
"no-shared",
] + CONFIGURE_OPTIONS,
}),
env = select({
"@rules_rust//rust/platform:darwin": {"AR": ""},
"//conditions:default": {},
}),
lib_source = ":all_srcs",
out_static_libs = [
"libssl.a",
Expand Down

0 comments on commit 26c99a4

Please sign in to comment.