solenv/gbuild/platform/macosx.mk |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit b6fb3551d890f0ccbb88eb7ab81c83f9a2b1694c
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Wed Oct 21 20:58:52 2020 +0100
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Thu Oct 22 09:31:40 2020 +0200

    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 <t...@collabora.com>
    Reviewed-by: Tor Lillqvist <t...@collabora.com>

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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to