Skip to content

Commit c6f162f

Browse files
committed
Let libGL be included in PyInstaller builds
1 parent 1c112c5 commit c6f162f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyinstaller.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ a = Analysis(
3737

3838
# Exclude problemmatic Linux system libraries
3939
if sys.platform == 'linux':
40-
exclude_libs = ('libGL', 'libEGL', 'libbsd')
40+
exclude_libs = ('libEGL', 'libbsd')
4141
a.binaries = TOC(
4242
[x for x in a.binaries if not x[0].startswith(exclude_libs)]
4343
)

0 commit comments

Comments
 (0)