mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +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
@ -1259,7 +1259,8 @@ installer: all w32_insthelpers $(w32src)/inst-options.ini $(bdir)/README.txt
|
|||||||
done; \
|
done; \
|
||||||
fi \
|
fi \
|
||||||
)
|
)
|
||||||
$(MAKENSIS) -V2 \
|
$(MAKENSIS) -V2 $$($(MAKENSIS) -version \
|
||||||
|
| grep -q ^v3 && echo "-INPUTCHARSET CP1252 ") \
|
||||||
-DINST_DIR=$(idir) \
|
-DINST_DIR=$(idir) \
|
||||||
-DINST6_DIR=$(idir6) \
|
-DINST6_DIR=$(idir6) \
|
||||||
-DBUILD_DIR=$(bdir) \
|
-DBUILD_DIR=$(bdir) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user