aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-10-03 07:32:36 +0200
committerDavid Tardon <dtardon@redhat.com>2012-10-03 07:32:36 +0200
commit5d4ef2dbc3d0e93756a0efdf22c8eb03961e8f9b (patch)
treefdbc3112a872d6f257360c6ea6b74f169b7df6ae
parent21da6a93b77e804b454792820c69c65f9e52c2a7 (diff)
internal python wants mixed path on windows
-rw-r--r--translations/CustomTarget_translate.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/translations/CustomTarget_translate.mk b/translations/CustomTarget_translate.mk
index 7249e39eaf1..8204722b9f8 100644
--- a/translations/CustomTarget_translate.mk
+++ b/translations/CustomTarget_translate.mk
@@ -66,7 +66,7 @@ $(translations_DIR)/sdf-l10n/%.sdf : \
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),SDF,1)
$(call gb_Helper_abbreviate_dirs, \
$(gb_PYTHON) $(OUTDIR_FOR_BUILD)/bin/po2lo --skipsource -i \
- $(realpath $(SRCDIR)/translations/source/$*) -t $< -o $@ -l $*)
+ $(call gb_Helper_symlinked_native,$(SRCDIR)/translations/source/$*) -t $< -o $@ -l $*)
define translations_make_po_deps
$(translations_DIR)/sdf-l10n/$(1).sdf : \