Skip to content

Commit

Permalink
linux compatibility fix form capture also applied to player bundle pr…
Browse files Browse the repository at this point in the history
…ocess
  • Loading branch information
mkassner committed Apr 23, 2014
1 parent 2c38974 commit b4ab187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_player/bundle.spec
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ elif platform.system() == 'Linux':
console=True)

coll = COLLECT(exe,
a.binaries,
[b for b in a.binaries if not "libX" in b[0] and not "libxcb" in b[0]], # any libX file should be taken from distro else not protable between Ubuntu 12.04 and 14.04
a.zipfiles,
a.datas,
[('methods.so', '../pupil_src/shared_modules/c_methods/methods.so','BINARY')],
Expand Down

0 comments on commit b4ab187

Please sign in to comment.