bin/merge-app-bundles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f5b2e0f1eb7d888714bf58a5aa0f151e5ad8ecbc Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Wed Jul 10 16:49:24 2024 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Wed Jul 10 20:21:49 2024 +0200 merge-app-bundles: fix _ctypes.cpython path Change-Id: I247c9674de88c9b97297d01b24232a562bcade01 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170318 Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> Tested-by: Jenkins diff --git a/bin/merge-app-bundles b/bin/merge-app-bundles index b92c90b5a0c9..34f84274ec5d 100755 --- a/bin/merge-app-bundles +++ b/bin/merge-app-bundles @@ -110,7 +110,7 @@ OUT=$(cd "$3" && /bin/pwd) else # We ignore some files that can't be built for macOS on arm64 for now case "$fname" in - ./Contents/Frameworks/LibreOfficePython.framework/Versions/3.7/lib/python*/lib-dynload/_ctypes.cpython-*m.so) + ./Contents/Frameworks/LibreOfficePython.framework/Versions/3.*/lib/python*/lib-dynload/_ctypes.cpython-*m.so) ;; *) echo "$fname does not exist in $TWO" >&2