From c96855088af32849e0155e201dceb0e7c13ab05b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 20 Feb 2020 18:18:40 +0100 Subject: macOS Xcode ld is known to always support -platform_version now ...after 358146bbbd1b9775c12770fb5e497b6ec5adfc51 "Bump macOS build baseline to Xcode 11.3 and macOS 10.14.4". This effectively reverts b7fd89100d8653dc73955780358fe31d38b68ebf "tdf#122218: Baseline Xcode 9.3 ld presumably doesn't support -platform_version". Change-Id: Ib79563babe3cc948556d5369b0f6b6a8d208cab2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89160 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- desktop/Executable_soffice_bin.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/Executable_soffice_bin.mk b/desktop/Executable_soffice_bin.mk index e4f987fd8f13..5c895ed0e7cb 100644 --- a/desktop/Executable_soffice_bin.mk +++ b/desktop/Executable_soffice_bin.mk @@ -23,7 +23,7 @@ $(eval $(call gb_Executable_add_cobjects,soffice_bin,\ desktop/source/app/main \ )) -ifeq ($(OS)-$(HAVE_MACOS_LD_PLATFORMVERSION),MACOSX-TRUE) +ifeq ($(OS),MACOSX) # At least when building against SDK 10.15, changing the LC_VERSION_MIN_MACOSX load command's sdk # value from 10.15 to "n/a" (i.e., 0.0.0) is necessary to avoid blurry text in the LO UI (see # -- cgit