Skip to content

Commit

Permalink
Exclude libstdc++ from Linux PyInstaller bundles
Browse files Browse the repository at this point in the history
Fixes #189
  • Loading branch information
crwood committed Apr 11, 2019
1 parent e996475 commit 8996e42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/gridsync.spec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ if sys.platform.startswith('linux'):
bad_libs = [ bad_libs = [
'libX11.so.6', # https://github.com/gridsync/gridsync/issues/43 'libX11.so.6', # https://github.com/gridsync/gridsync/issues/43
'libdrm.so.2', # https://github.com/gridsync/gridsync/issues/47 'libdrm.so.2', # https://github.com/gridsync/gridsync/issues/47
'libstdc++.so.6', # https://github.com/gridsync/gridsync/issues/189
] ]
for lib in bad_libs: for lib in bad_libs:
try: try:
Expand Down

0 comments on commit 8996e42

Please sign in to comment.