summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorThorsten Behrens <thorsten.behrens@allotropia.de>2024-01-12 12:01:29 +0100
committerThorsten Behrens <thorsten.behrens@allotropia.de>2024-01-14 19:24:20 +0100
commitcefe5464e6dd0082ce7e4698b2c8eac468e0ab7c (patch)
tree2dfe8d0a3d6d38bce7cd6e3063972704e21b4508 /tools
parent1bc6a730ecb7db289e7f72db3c9bce4812e775ed (diff)
Fix system-libfixmath
Seems distros start to disagree on whether its liblibfixmath or just libfixmath. Change-Id: I54a42b2ba050980ae632ab3c82254131cad7787e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161969 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'tools')
-rw-r--r--tools/Library_tl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Library_tl.mk b/tools/Library_tl.mk
index 99176a7c0902..fee6fb1b4097 100644
--- a/tools/Library_tl.mk
+++ b/tools/Library_tl.mk
@@ -117,7 +117,7 @@ endif
ifeq ($(SYSTEM_LIBFIXMATH),TRUE)
$(eval $(call gb_Library_add_libs,tl,\
- -llibfixmath \
+ $(LIBFIXMATH_LIBS) \
))
endif