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 c89022f commit 459375a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion freeze.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,8 @@ def find_files(directory, patterns):
ARCHLIB + "libglib-2.0.so",
ARCHLIB + "libgio-2.0.so",
ARCHLIB + "libgmodule-2.0.so",
ARCHLIB + "libthread-2.0.so"
ARCHLIB + "libthread-2.0.so",
ARCHLIB + "libc.so.6",
]:
if os.path.exists(added_lib):
external_so_files.append((added_lib, os.path.basename(added_lib)))
Expand Down

0 comments on commit 459375a

Please sign in to comment.