From 2b05be01cec000afa0e32595a0bf2fcfa6ee0c61 Mon Sep 17 00:00:00 2001 From: Johannes Tax Date: Thu, 21 May 2020 17:56:51 -0700 Subject: [PATCH] Fix bazel build --- examples/simple/BUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/simple/BUILD b/examples/simple/BUILD index 134e5df580..34583e2eac 100644 --- a/examples/simple/BUILD +++ b/examples/simple/BUILD @@ -6,7 +6,6 @@ cc_library( hdrs = [ "foo_library/foo_library.h", ], - linkstatic = True, deps = [ "//api", ],