Skip to content

Commit 68c0431

Browse files
Don't link stdc++ when using bundled libbrotli
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
1 parent de7ee05 commit 68c0431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/brotlicffi/_build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
else:
1212
libraries = ['brotlienc', 'brotlidec']
1313

14-
if 'win32' not in str(sys.platform).lower():
15-
libraries.append('stdc++')
14+
if 'win32' not in str(sys.platform).lower():
15+
libraries.append('stdc++')
1616

1717

1818
ffi.set_source(

0 commit comments

Comments
 (0)