aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-01-21 12:01:37 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-01-21 15:25:25 +0100
commit2f87b38e2e6cd6ad5eef03684153ffe1a423277d (patch)
treee8045227ce372fcac21427184b928c4e4ca002b9 /Makefile.am
parentf622232bcf8ebc7398f4c8988711155c22705fd4 (diff)
downloadbitcoin-2f87b38e2e6cd6ad5eef03684153ffe1a423277d.tar.xz
Adapt Windows installer for 64 bit
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 243166b3f7..98e3fef051 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,7 @@ GZIP_ENV="-9n"
BITCOIND_BIN=$(top_builddir)/src/bitcoind$(EXEEXT)
BITCOIN_QT_BIN=$(top_builddir)/src/qt/bitcoin-qt$(EXEEXT)
-BITCOIN_WIN_INSTALLER=$(PACKAGE)-$(PACKAGE_VERSION)-win32-setup$(EXEEXT)
+BITCOIN_WIN_INSTALLER=$(PACKAGE)-$(PACKAGE_VERSION)-win$(WINDOWS_BITS)-setup$(EXEEXT)
OSX_APP=Bitcoin-Qt.app
OSX_DMG=Bitcoin-Qt.dmg