summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-10-21 20:58:52 +0100
committerTor Lillqvist <tml@collabora.com>2020-10-22 09:31:40 +0200
commitb6fb3551d890f0ccbb88eb7ab81c83f9a2b1694c (patch)
tree4e8201c19a919622af3f7017bc08ea892ad0b5d6 /solenv
parentb06d31f0998d5969c104697cd1b1888c06a0116c (diff)
Cosmetic change for clarification
It's better to have these two statements on just one line each so that they align nicely and it is more obvious that nothing weird is going on. Change-Id: Ia95f2d9691f05b14786f32bc530e4602f3d46877 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104647 Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/macosx.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk
index 101251952e4b..295b4e1aeb3e 100644
--- a/solenv/gbuild/platform/macosx.mk
+++ b/solenv/gbuild/platform/macosx.mk
@@ -211,8 +211,7 @@ $(call gb_LinkTarget__get_installname,$(call gb_Library_get_filename,$(1)),$(cal
endef
define gb_Library_Library_platform
-$(call gb_LinkTarget_get_target,$(2)) : \
- RPATH := $(call gb_Library_get_rpath,$(1))
+$(call gb_LinkTarget_get_target,$(2)) : RPATH := $(call gb_Library_get_rpath,$(1))
$(call gb_LinkTarget_get_target,$(2)) : LAYER := $(call gb_Library_get_layer,$(1))
endef