summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2023-10-20 08:39:47 +0200
committerStephan Bergmann <sbergman@redhat.com>2023-10-20 11:11:56 +0200
commit2f1a650b68161cbaed95b8e38392663abd5f1d80 (patch)
treeb67f0a7921552186d263310b9f2fbf2b60497374 /i18npool
parent812a5785ba5ff13ad07496dda9d2ed2cc7db42d7 (diff)
Link Library_localedata_euro against sal
<https://ci.libreoffice.org//job/lo_daily_tb_win/1555/> etc. recently started to fail with > localedata_an_ES.o : error LNK2001: unresolved external symbol __imp_rtl_uString_release > C:\cygwin\home\tdf\jenkins\daily_workspace\tb\build_master\instdir\program\localedata_euro.dll : fatal error LNK1120: 1 unresolved externals > touch: failed to get attributes of 'C:/cygwin/home/tdf/jenkins/daily_workspace/tb/build_master/instdir/program/localedata_euro.dll': No such file or directory > make[1]: *** [C:/cygwin/home/tdf/jenkins/daily_workspace/tb/src_master/i18npool/Library_localedata_euro.mk:10: C:/cygwin/home/tdf/jenkins/daily_workspace/tb/build_master/instdir/program/localedata_euro.dll] Error 96 Change-Id: I1440365f30bd876466de964f6bb313210e7a3928 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158227 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/Library_localedata_euro.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/i18npool/Library_localedata_euro.mk b/i18npool/Library_localedata_euro.mk
index b2f6ce549c42..6a1b9ddd64b1 100644
--- a/i18npool/Library_localedata_euro.mk
+++ b/i18npool/Library_localedata_euro.mk
@@ -13,6 +13,7 @@ $(eval $(call gb_Library_set_plugin_for_nodep,localedata_euro,i18npool))
$(eval $(call gb_Library_use_libraries,localedata_euro,\
localedata_en \
+ sal \
))
$(eval $(call gb_Library_use_common_precompiled_header,localedata_euro))