Skip to content

Commit f7c4477

Browse files
committed
try fix
1 parent 89ea8a9 commit f7c4477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cc/defs.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def _common_cxx_opts(exceptions = False, rtti = False, standard = None):
7777
def _construct_local_includes(local_includes):
7878
return [construct_local_include(path) for path in local_includes]
7979

80-
def _link_static(linkstatic):
80+
def _link_static(linkstatic = False):
8181
return select({
8282
Label("//cc:_enable_shared"): True,
8383
"//conditions:default": linkstatic,

0 commit comments

Comments
 (0)