We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c112c5 commit c6f162fCopy full SHA for c6f162f
1 file changed
pyinstaller.spec
@@ -37,7 +37,7 @@ a = Analysis(
37
38
# Exclude problemmatic Linux system libraries
39
if sys.platform == 'linux':
40
- exclude_libs = ('libGL', 'libEGL', 'libbsd')
+ exclude_libs = ('libEGL', 'libbsd')
41
a.binaries = TOC(
42
[x for x in a.binaries if not x[0].startswith(exclude_libs)]
43
)
0 commit comments