summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-03-25 00:18:13 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-03-25 00:18:35 +0100
commit4352326b6bd54805649961073ffea6dc41a66ed8 (patch)
tree662371cb4ba3e7f48405a7ecc7744b5e27445d6e /i18npool
parent4da30c0b41b854a402e913b467d7e1a0a1b067a3 (diff)
fix windows build, properly set LO_LIB_DIR
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/CustomTarget_localedata.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/CustomTarget_localedata.mk b/i18npool/CustomTarget_localedata.mk
index bd52876af912..48b611ec6432 100644
--- a/i18npool/CustomTarget_localedata.mk
+++ b/i18npool/CustomTarget_localedata.mk
@@ -44,7 +44,7 @@ $(IPLD)/localedata_%.cxx : $(SRCDIR)/i18npool/source/localedata/data/%.xml \
$(call gb_Helper_abbreviate_dirs_native, \
$(call gb_Helper_execute,saxparser) $* $< $@.tmp \
$(my_file)$(IPLD)/saxparser.rdb $(OUTDIR_FOR_BUILD)/bin/types.rdb \
- -env:LO_LIB_DIR=$(my_file)$(OUTDIR_FOR_BUILD)/lib \
+ -env:LO_LIB_DIR=$(my_file)$(gb_Helper_OUTDIR_FOR_BUILDLIBDIR) \
$(if $(findstring s,$(MAKEFLAGS)),> /dev/null 2>&1) && \
sed 's/\(^.*get[^;]*$$\)/SAL_DLLPUBLIC_EXPORT \1/' $@.tmp > $@ && \
rm $@.tmp)