diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-10-20 08:36:14 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-10-20 11:11:38 +0200 |
commit | 812a5785ba5ff13ad07496dda9d2ed2cc7db42d7 (patch) | |
tree | b07f6919dcbf2182e653ad55c177a4b78586b869 /i18npool | |
parent | d1ba7d0ae6d10c72a1503f88e9b9b32f54cade3b (diff) |
Link Library_localedata_es against sal
<https://ci.libreoffice.org//job/lo_win_daily_symbols/1147/> etc. recently
started to fail with
> localedata_es_AR.o : error LNK2001: unresolved external symbol __imp__rtl_uString_release
> C:\cygwin64\home\tdf\lode\jenkins\workspace\lo_win_daily_symbols\instdir\program\localedata_es.dll : fatal error LNK1120: 1 unresolved externals
> touch: failed to get attributes of 'C:/cygwin64/home/tdf/lode/jenkins/workspace/lo_win_daily_symbols/instdir/program/localedata_es.dll': No such file or directory
> make[1]: *** [C:/cygwin64/home/tdf/lode/jenkins/workspace/lo_win_daily_symbols/i18npool/Library_localedata_es.mk:10: C:/cygwin64/home/tdf/lode/jenkins/workspace/lo_win_daily_symbols/instdir/program/localedata_es.dll] Error 96
Change-Id: I8a6ef646df1fd8d26f3a8b2f84b098f9971ace2b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158226
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/Library_localedata_es.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i18npool/Library_localedata_es.mk b/i18npool/Library_localedata_es.mk index 46f8c387848b..136368fa16da 100644 --- a/i18npool/Library_localedata_es.mk +++ b/i18npool/Library_localedata_es.mk @@ -13,6 +13,7 @@ $(eval $(call gb_Library_set_plugin_for_nodep,localedata_es,i18npool)) $(eval $(call gb_Library_use_libraries,localedata_es,\ localedata_en \ + sal \ )) $(eval $(call gb_Library_add_generated_exception_objects,localedata_es,\ |