summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-10-28 22:40:30 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-10-28 22:40:30 +0100
commit327db9fe01dc727961ef9dfbc75b4dcbd2fea2eb (patch)
tree973cab982d27ca4faa73b17853e7ef8b873aabd2 /RepositoryExternal.mk
parent30762128a8cbe218433a7d44c04b308809c9bd48 (diff)
fix hunspell and mythes library names
Change-Id: Ie660f8b3f885e3f26f188314433b9fbff27bf50a
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index d4fd15f028dc..52d99a2dce3e 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -255,9 +255,10 @@ define gb_LinkTarget__use_mythes
$(call gb_LinkTarget_use_package,$(1),\
mythes \
)
-$(call gb_LinkTarget_add_libs,$(1),\
- $(if $(filter MSC,$(COM)),libmythes.lib,-lmythes-1.2) \
+$(call gb_LinkTarget_use_static_libraries,$(1),\
+ mythes \
)
+
endef
endif # SYSTEM_MYTHES
@@ -343,7 +344,7 @@ endef
else # !SYSTEM_HUNSPELL
$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
- $(if $(filter MSC,$(COM)),libhunspell,hunspell-1.3) \
+ hunspell \
))
define gb_LinkTarget__use_hunspell
@@ -355,7 +356,7 @@ $(call gb_LinkTarget_set_include,$(1),\
-I$(call gb_UnpackedTarball_get_dir,hunspell/src/hunspell)\
)
$(call gb_LinkTarget_use_static_libraries,$(1),\
- $(if $(filter MSC,$(COM)),libhunspell,hunspell-1.3) \
+ hunspell \
)
endef