configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 944530b46728874766080879f96b123f78ef4e48
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Tue Sep 8 08:09:46 2020 +0300
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Sep 8 17:10:26 2020 +0200

    Use PRODUCTNAME_WITHOUT_SPACES for SDKDIRNAME
    
    Change-Id: I2e3e45ffba563dc1b13b3b66346debd9690d0abe
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102217
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/configure.ac b/configure.ac
index 0ffa7979dc39..5924a59ec420 100644
--- a/configure.ac
+++ b/configure.ac
@@ -704,7 +704,7 @@ darwin*) # macOS or iOS
         _os=Darwin
         INSTROOTBASESUFFIX=/$PRODUCTNAME_WITHOUT_SPACES.app
         INSTROOTCONTENTSUFFIX=/Contents
-        SDKDIRNAME=${PRODUCTNAME}${PRODUCTVERSION}_SDK
+        SDKDIRNAME=${PRODUCTNAME_WITHOUT_SPACES}${PRODUCTVERSION}_SDK
     fi
     # See comment above the case "$host_os"
     LINKFLAGSSHL="-dynamiclib -single_module"
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to