Skip to content

Commit be95283

Browse files
committed
include libxml2.so and related libs
1 parent b253ab1 commit be95283

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/postprocess.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ def _glob_one(p):
8484
# 'libdatrie', # thai
8585

8686
# 'libpng16', # depend by emacs. but should be present in users' system by gtk, so do not include
87+
88+
'libxml2', # depend by emacs. libxml 2.14+ uses a different soname
89+
'libicuuc', # depend by libxml2
90+
'libicudata', # depend by libicuuc
8791
]
8892

8993
ldd_output = subprocess.check_output(['ldd', str(APPDIR / 'bin/emacs')], universal_newlines=True)

0 commit comments

Comments
 (0)