Skip to content

Commit b16901b

Browse files
committed
Adding libpcre.so.3 to freeze.py (for qtwebengine support)
1 parent 0190d4e commit b16901b

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
@@ -308,7 +308,7 @@ def find_files(directory, patterns):
308308
"libharfbuzz.so.0",
309309
"libthai.so.0" ]
310310
) or libpath_file in ["libgcrypt.so.11", "libQt5DBus.so.5", "libpng12.so.0",
311-
"libbz2.so.1.0", "libqxcb.so", "libxcb-xinerama.so.0"]:
311+
"libbz2.so.1.0", "libqxcb.so", "libxcb-xinerama.so.0", "libpcre.so.3"]:
312312
# Ignore missing files
313313
if os.path.exists(libpath):
314314
filepath, filename = os.path.split(libpath)

0 commit comments

Comments
 (0)