[Libreoffice-commits] core.git: configure.ac
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Tue Sep 8 05:07:44 UTC 2020
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e58fbb757f3b97d43dd57d32a0752c06bbc7766c
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Sep 8 00:21:12 2020 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Sep 8 07:07:03 2020 +0200
Use PRODUCTNAME_WITHOUT_SPACES for SDKDIRNAME
Change-Id: I2e3e45ffba563dc1b13b3b66346debd9690d0abe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102211
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml at collabora.com>
diff --git a/configure.ac b/configure.ac
index 85a722cb0410..d4e6caa84aae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -692,7 +692,7 @@ darwin*|macos*) # macOS
_os=Darwin
INSTROOTBASESUFFIX=/$PRODUCTNAME_WITHOUT_SPACES.app
INSTROOTCONTENTSUFFIX=/Contents
- SDKDIRNAME=${PRODUCTNAME}${PRODUCTVERSION}_SDK
+ SDKDIRNAME=${PRODUCTNAME_WITHOUT_SPACES}${PRODUCTVERSION}_SDK
# See comment above the case "$host_os"
LINKFLAGSSHL="-dynamiclib -single_module"
More information about the Libreoffice-commits
mailing list