Skip to content

Commit

Permalink
Tweak third_party/BUILD for OpenBSD.
Browse files Browse the repository at this point in the history
Partial commit for third_party/*, see #10639.

Signed-off-by: Philipp Wollermann <philwo@google.com>
  • Loading branch information
aldersondrive authored and philwo committed Feb 6, 2020
1 parent 396cfa2 commit e274da3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions third_party/BUILD
Expand Up @@ -469,6 +469,7 @@ UNNECESSARY_DYNAMIC_LIBRARIES = select({
"//src/conditions:arm": "*.so *.jnilib *.dll",
"//src/conditions:linux_aarch64": "*.so *.jnilib *.dll",
"//src/conditions:linux_ppc": "*.so *.jnilib *.dll",
"//src/conditions:openbsd": "*.so *.jnilib *.dll",
# Play it safe -- better have a big binary than a slow binary
# zip -d does require an argument. Supply something bogus.
"//conditions:default": "*.bogusextension",
Expand Down Expand Up @@ -627,6 +628,11 @@ config_setting(
values = {"host_cpu": "freebsd"},
)

config_setting(
name = "openbsd",
values = {"host_cpu": "openbsd"},
)

config_setting(
name = "s390x",
values = {"host_cpu": "s390x"},
Expand Down

0 comments on commit e274da3

Please sign in to comment.