fix build on Windows 2nd time
This commit is contained in:
@@ -53,7 +53,7 @@ sdf-l10n/$(1).sdf: sdf-template/en-US.sdf $(OUTDIR_FOR_BUILD)/bin/po2lo \
|
|||||||
ifeq ($(OS_FOR_BUILD),WNT)
|
ifeq ($(OS_FOR_BUILD),WNT)
|
||||||
$(call gb_Helper_abbreviate_dirs_native, \
|
$(call gb_Helper_abbreviate_dirs_native, \
|
||||||
$(gb_PYTHON) $(shell cygpath -m $(OUTDIR_FOR_BUILD))/bin/po2lo --skipsource -i \
|
$(gb_PYTHON) $(shell cygpath -m $(OUTDIR_FOR_BUILD))/bin/po2lo --skipsource -i \
|
||||||
$(SRCDIR)/translations/source/$(1) -t $$< -o $$@ -l $(1))
|
$(shell cygpath -m $(SRCDIR)/translations/source/$(1)) -t $$< -o $$@ -l $(1))
|
||||||
$(echo $(gb_PYTHON))
|
$(echo $(gb_PYTHON))
|
||||||
else
|
else
|
||||||
$(call gb_Helper_abbreviate_dirs_native, \
|
$(call gb_Helper_abbreviate_dirs_native, \
|
||||||
|
|||||||
Reference in New Issue
Block a user