diff options
author | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2023-10-22 00:43:04 +0900 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-10-22 22:37:25 +0200 |
commit | fd69b546ad36452560cb11ccb28e78632d65f045 (patch) | |
tree | 9718009b2040cbdb1998670f5a8b884e124271e1 /i18npool | |
parent | 768da8bf8fa20848d5da9dfc56b1b8ce42b1404f (diff) |
Link Library_localedata_others against sal
<https://ci.libreoffice.org/job/lo_daily_tb_win/1557/> etc. recently
started to fail with
> localedata_af_NA.o : error LNK2001: unresolved external symbol __imp_rtl_uString_release
> C:\cygwin\home\tdf\jenkins\daily_workspace\tb\build_master\instdir\program\localedata_others.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_others.dll': No such file or directory
> make[1]: *** [C:/cygwin/home/tdf/jenkins/daily_workspace/tb/src_master/i18npool/Library_localedata_others.mk:10: C:/cygwin/home/tdf/jenkins/daily_workspace/tb/build_master/instdir/program/localedata_others.dll] Error 96
Change-Id: Ie3765b76691d66ea7f0bbcace5e9eba3168b813b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158309
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/Library_localedata_others.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i18npool/Library_localedata_others.mk b/i18npool/Library_localedata_others.mk index 1e9bce721a3e..f3578f2da097 100644 --- a/i18npool/Library_localedata_others.mk +++ b/i18npool/Library_localedata_others.mk @@ -13,6 +13,7 @@ $(eval $(call gb_Library_set_plugin_for_nodep,localedata_others,i18npool)) $(eval $(call gb_Library_use_libraries,localedata_others,\ localedata_en \ + sal \ )) $(eval $(call gb_Library_use_common_precompiled_header,localedata_others)) |