configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0a5a7112310a622eea65fc04045b65181f7b9c1c Author: Tor Lillqvist <t...@collabora.com> AuthorDate: Tue Jan 22 23:49:47 2019 +0200 Commit: Tor Lillqvist <t...@collabora.com> CommitDate: Tue Jan 22 23:50:19 2019 +0200
Create the ios/Mobile/Fonts directory even if we won't copy any fonts there It is referenced unconditionally in the Xcode project file. Change-Id: I1f6713b5327740f76e90ea88dfb19a4933d0bce3 diff --git a/configure.ac b/configure.ac index d5e3c1726..9f446a6f3 100644 --- a/configure.ac +++ b/configure.ac @@ -622,9 +622,9 @@ AS_IF([test "$ENABLE_IOSAPP" = "true"], [ if test `uname -s` = "Darwin"; then IOSAPP_FONTS='' + mkdir -p ios/Mobile/Fonts if test "$with_iosapp_fonts" != no -a -d "$with_iosapp_fonts"; then AC_MSG_NOTICE([copying fonts to be bundled]) - mkdir -p ios/Mobile/Fonts IOSAPP_FONTS=`find "$with_iosapp_fonts" -type f | while read fname; do cp "$fname" ios/Mobile/Fonts _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits