Skip to content

Commit d3795c5

Browse files
committed
Testing new libc dependency
1 parent 459375a commit d3795c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freeze.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def find_files(directory, patterns):
302302
ARCHLIB + "libgio-2.0.so",
303303
ARCHLIB + "libgmodule-2.0.so",
304304
ARCHLIB + "libthread-2.0.so",
305-
ARCHLIB + "libc.so.6",
305+
ARCHLIB + "libc.so",
306306
]:
307307
if os.path.exists(added_lib):
308308
external_so_files.append((added_lib, os.path.basename(added_lib)))

0 commit comments

Comments
 (0)