diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-11-03 13:54:46 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2012-11-03 14:45:45 -0400 |
commit | dd584cb4eaad85d458ee2dc58480ec3ea7a2a311 (patch) | |
tree | 502aeb6555337f15d3fb20768585f7feabae3e2a /lingucomponent | |
parent | 7bcf400f379613d52787f213ee867a24637d4ead (diff) |
convert hyphen to gbuild
Change-Id: I55b3832128aa096eb44b67a26ec2afeb6c573604
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/Library_hyphen.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lingucomponent/Library_hyphen.mk b/lingucomponent/Library_hyphen.mk index aec8dba3502e..2d6d76b6c49e 100644 --- a/lingucomponent/Library_hyphen.mk +++ b/lingucomponent/Library_hyphen.mk @@ -53,10 +53,7 @@ $(eval $(call gb_Library_use_static_libraries,hyphen,\ $(eval $(call gb_Library_use_externals,hyphen,\ hunspell \ -)) - -$(eval $(call gb_Library_add_libs,hyphen,\ - $(if $(filter MSC,$(COM)),hyphen.lib,-lhyphen) \ + hyphen \ )) $(eval $(call gb_Library_add_exception_objects,hyphen,\ |