merge-app-bundles: fix _ctypes.cpython path
Change-Id: I247c9674de88c9b97297d01b24232a562bcade01 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170318 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> Tested-by: Jenkins
This commit is contained in:
parent
f6c017fe3c
commit
f5b2e0f1eb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue