diff options
author | Werner Koch <[email protected]> | 2023-04-26 06:59:55 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2023-04-26 07:10:39 +0000 |
commit | 7e1f36b2425e0ee041bd16b1ec51b8128329aab9 (patch) | |
tree | e8c3423516a415df9a5a0dacf10444a201fbc838 /build-aux/speedo.mk | |
parent | speedo: Update NSIS helper DLL from Gpg4win (diff) | |
download | gnupg-7e1f36b2425e0ee041bd16b1ec51b8128329aab9.tar.gz gnupg-7e1f36b2425e0ee041bd16b1ec51b8128329aab9.zip |
speedo,w32: Adjustments for the new Unicode NSIS plugins.
* build-aux/speedo/w32/inst.nsi: Convert to UTF-8. Add Unicode
statement.
* build-aux/speedo.mk (installer): Remove -INPUTCHARSET.
--
GnuPG-bug-id: 6448
Diffstat (limited to 'build-aux/speedo.mk')
-rw-r--r-- | build-aux/speedo.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk index 820b0a862..db78afa50 100644 --- a/build-aux/speedo.mk +++ b/build-aux/speedo.mk @@ -1376,8 +1376,7 @@ installer: all w32_insthelpers $(w32src)/inst-options.ini $(bdir)/README.txt done; \ fi \ ) - $(MAKENSIS) -V2 $$($(MAKENSIS) -version \ - | grep -q ^v3 && echo "-INPUTCHARSET CP1252 ") \ + $(MAKENSIS) -V2 \ -DINST_DIR=$(idir) \ -DINST6_DIR=$(idir6) \ -DBUILD_DIR=$(bdir) \ |