diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-01-05 11:55:12 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-18 10:25:59 +0100 |
commit | afb673f1b21279c0b2dbe79cd8d738b029e6f376 (patch) | |
tree | c3db3b8066998874a65519986f8fc2462ddd4b27 | |
parent | 20b6d5e9c0582fadeb8fa76d46cda14a190ca1a1 (diff) | |
download | UXP-afb673f1b21279c0b2dbe79cd8d738b029e6f376.tar UXP-afb673f1b21279c0b2dbe79cd8d738b029e6f376.tar.gz UXP-afb673f1b21279c0b2dbe79cd8d738b029e6f376.tar.lz UXP-afb673f1b21279c0b2dbe79cd8d738b029e6f376.tar.xz UXP-afb673f1b21279c0b2dbe79cd8d738b029e6f376.zip |
Fix installer build bustage.
Follow-up to cdef1d75eabfe6927aa0f4e0c18869653c9f1955
-rw-r--r-- | browser/installer/windows/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/browser/installer/windows/Makefile.in b/browser/installer/windows/Makefile.in index fa6fd5ba9..acd7176cc 100644 --- a/browser/installer/windows/Makefile.in +++ b/browser/installer/windows/Makefile.in @@ -90,9 +90,6 @@ $(CONFIG_DIR)/setup.exe:: --preprocess-single-file $(topsrcdir) \ $(PPL_LOCALE_ARGS) $(CONFIG_DIR) \ nsisstrings.properties nsisstrings.nlf - $(PYTHON) $(topsrcdir)/toolkit/mozapps/installer/windows/nsis/preprocess-locale.py \ - --convert-utf8-utf16le \ - $(srcdir)/nsis/oneoff_en-US.nsh $(CONFIG_DIR)/oneoff_en-US.nsh GARBARGE_DIRS += instgen |