nsis: Fix build for 64 bit installer
commit8aee3eb35e9e682d3d57283aee2f01a7faeb42e8
authorStefan Weil <sw@weilnetz.de>
Tue, 24 Nov 2020 19:20:00 +0000 (24 20:20 +0100)
committerStefan Weil <sw@weilnetz.de>
Wed, 25 Nov 2020 12:46:06 +0000 (25 13:46 +0100)
tree7b45317c42547d4dc9aa77a958d084dccae03a7e
parentd80ef35fef889f27b8f394bdd58423caec1a6108
nsis: Fix build for 64 bit installer

Pass cpu instead of cpu_family to the NSIS installer script.

That script checks for "x86_64" which is the cpu value,
while cpu_family is x86.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
meson.build