mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01: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
@ -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…
x
Reference in New Issue
Block a user