summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-09-08 00:21:12 +0300
committerTor Lillqvist <tml@collabora.com>2020-09-08 07:07:03 +0200
commite58fbb757f3b97d43dd57d32a0752c06bbc7766c (patch)
tree5b4d2394bf725a05086216444f6e8763eda2ed28 /configure.ac
parenta3b4831208da615789bd1e2d5660dd130807f504 (diff)
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@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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"