summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-12-29 20:36:07 +0000
committerAndras Timar <andras.timar@collabora.com>2023-04-27 23:18:17 +0200
commit6d8dcf30ba82253e0fbc92df1cc61476afce3084 (patch)
tree39f38c796860d78440a1f645b51c0a7d2b0a6d26 /RepositoryExternal.mk
parent590da8e3cee8d5749cef792d681c85f3f2ed1462 (diff)
Related: ofz Use-of-uninitialized-value
Change-Id: I2f6e726f713836295603bf7112371aa4aff2c7c0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144868 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150011
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 3b8d10d31933..c4e9f4dac874 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2701,6 +2701,7 @@ $(call gb_LinkTarget_add_libs,$(1),\
else
$(call gb_LinkTarget_add_libs,$(1),\
-L$(call gb_UnpackedTarball_get_dir,libwebp)/src/.libs -lwebp \
+ -L$(call gb_UnpackedTarball_get_dir,libwebp)/sharpyuv/.libs -lsharpyuv \
)
endif
$(call gb_LinkTarget_use_external_project,$(1),libwebp)