Skip to content

Commit

Permalink
Testing new libc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph committed Jul 14, 2020
1 parent 459375a commit d3795c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freeze.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def find_files(directory, patterns):
ARCHLIB + "libgio-2.0.so",
ARCHLIB + "libgmodule-2.0.so",
ARCHLIB + "libthread-2.0.so",
ARCHLIB + "libc.so.6",
ARCHLIB + "libc.so",
]:
if os.path.exists(added_lib):
external_so_files.append((added_lib, os.path.basename(added_lib)))
Expand Down

0 comments on commit d3795c5

Please sign in to comment.