Skip to content

Commit

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

Signed-off-by: Philipp Wollermann <philwo@google.com>
  • Loading branch information
aldersondrive authored and philwo committed Feb 10, 2020
1 parent e1d2e2a commit 554e0f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 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:freebsd": "*.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.
Expand Down

0 comments on commit 554e0f7

Please sign in to comment.