summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RepositoryExternal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 7916fc243ca9..3af8ff6d18a6 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -255,7 +255,7 @@ define gb_LinkTarget__use_mythes
$(call gb_LinkTarget_use_package,$(1),\
mythes \
)
-$(call gb_LinkTarget_add_libs,\
+$(call gb_LinkTarget_add_libs,$(1),\
$(if $(filter MSC,$(COM)),libmythes.lib,-lmythes-1.2) \
)
endef