speedo: Tell makensis the used charset of the script.

--

Adapted from the version in master.
This commit is contained in:
Andre Heinecke 2019-03-18 16:08:23 +01:00 committed by Werner Koch
parent 8e49fc7f43
commit f29a9ed9d0
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 2 additions and 1 deletions

View File

@ -1259,7 +1259,8 @@ installer: all w32_insthelpers $(w32src)/inst-options.ini $(bdir)/README.txt
done; \
fi \
)
$(MAKENSIS) -V2 \
$(MAKENSIS) -V2 $$($(MAKENSIS) -version \
| grep -q ^v3 && echo "-INPUTCHARSET CP1252 ") \
-DINST_DIR=$(idir) \
-DINST6_DIR=$(idir6) \
-DBUILD_DIR=$(bdir) \