We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ea8a9 commit f7c4477Copy full SHA for f7c4477
cc/defs.bzl
@@ -77,7 +77,7 @@ def _common_cxx_opts(exceptions = False, rtti = False, standard = None):
77
def _construct_local_includes(local_includes):
78
return [construct_local_include(path) for path in local_includes]
79
80
-def _link_static(linkstatic):
+def _link_static(linkstatic = False):
81
return select({
82
Label("//cc:_enable_shared"): True,
83
"//conditions:default": linkstatic,
0 commit comments