summaryrefslogtreecommitdiffstats
path: root/desktop/Executable_soffice_bin.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-02-15 17:44:08 +0100
committerStephan Bergmann <sbergman@redhat.com>2020-02-16 11:13:50 +0100
commitd06cce83f3e786147e4b0406211b5ba016824fc9 (patch)
treea78b01594200d5cd742d7e7f1fc20aaf7c4ffbff /desktop/Executable_soffice_bin.mk
parentclang-format chart2 with under 5-percent lines of change (diff)
downloadcore-d06cce83f3e786147e4b0406211b5ba016824fc9.tar.gz
core-d06cce83f3e786147e4b0406211b5ba016824fc9.zip
MAC_OS_X_VERSION_MIN_REQUIRED_DOTS is the same as MACOSX_DEPLOYMENT_TARGET
Change-Id: I3a725e4681c11f503dae57436b05b5a80ff2979c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88764 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'desktop/Executable_soffice_bin.mk')
-rw-r--r--desktop/Executable_soffice_bin.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/Executable_soffice_bin.mk b/desktop/Executable_soffice_bin.mk
index 0d9646c78563..e4f987fd8f13 100644
--- a/desktop/Executable_soffice_bin.mk
+++ b/desktop/Executable_soffice_bin.mk
@@ -31,8 +31,7 @@ ifeq ($(OS)-$(HAVE_MACOS_LD_PLATFORMVERSION),MACOSX-TRUE)
# -<platform>_version_min flag", clang/test/Driver/darwin-ld-platform-version-macos.c in particular,
# for the -platform_version that Clang passes by default to new-enough ld):
$(eval $(call gb_Executable_add_ldflags,soffice_bin, \
- -Xlinker -platform_version -Xlinker macos -Xlinker $(MAC_OS_X_VERSION_MIN_REQUIRED_DOTS) \
- -Xlinker 0.0.0 \
+ -Xlinker -platform_version -Xlinker macos -Xlinker $(MACOSX_DEPLOYMENT_TARGET) -Xlinker 0.0.0 \
))
endif