[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - configure.ac
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Tue Sep 8 15:11:05 UTC 2020
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 944530b46728874766080879f96b123f78ef4e48
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Sep 8 08:09:46 2020 +0300
Commit: Miklos Vajna <vmiklos at 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 <vmiklos at 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"
More information about the Libreoffice-commits
mailing list