summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-05-08 21:32:50 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-05-13 13:34:36 +0200
commitce308d606caa658f20839cbe68387f866acac2b6 (patch)
tree9199f46c5df1801d93559ed040626d173370f733 /configure.ac
parentd3942a41d98dbb2d41615c0eac4c39ff9946cd66 (diff)
macOS: don't hardcode LibreOffice in SDK directory, use $PRODUCTNAME
so that it will use LibreOfficeDev when not using --enable-release-build Change-Id: I60794ababce11355659d483197ce8b0193d375b4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93817 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.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 06b0dd704f4f..c670181c65d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -710,7 +710,7 @@ darwin*) # macOS or iOS
_os=Darwin
INSTROOTBASESUFFIX=/$PRODUCTNAME_WITHOUT_SPACES.app
INSTROOTCONTENTSUFFIX=/Contents
- SDKDIRNAME=AC_PACKAGE_NAME${PRODUCTVERSION}_SDK
+ SDKDIRNAME=${PRODUCTNAME}${PRODUCTVERSION}_SDK
fi
# See comment above the case "$host_os"
LINKFLAGSSHL="-dynamiclib -single_module"