mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
speedo: Tell makensis the used charset of the script.
-- Adapted from the version in master.
This commit is contained in:
parent
8e49fc7f43
commit
f29a9ed9d0
1 changed files with 2 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue