Skip to content

Commit b67d62e

Browse files
runzwcopybara-github
authored andcommitted
internal change
PiperOrigin-RevId: 952340336
1 parent ee50197 commit b67d62e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

python/py_extension.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ def py_extension(name, srcs, copts, deps = [], **kwargs):
2424
): ["-Wl,-undefined,dynamic_lookup"],
2525
"//python/dist:windows_x86_32": ["-static-libgcc"],
2626
"//conditions:default": [],
27+
}) + select({
28+
"//conditions:default": [],
2729
}),
2830
linkshared = True,
2931
linkstatic = True,

0 commit comments

Comments
 (0)