File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ COVERAGE_INFO = $(COV_TOOL_WRAPPER) baseline.info \
78
78
dist-hook :
79
79
-$(GIT ) archive --format=tar HEAD -- src/clientversion.cpp | $(AMTAR ) -C $(top_distdir ) -xf -
80
80
81
+ if TARGET_WINDOWS
81
82
$(BITCOIN_WIN_INSTALLER ) : all-recursive
82
83
$(MKDIR_P ) $(top_builddir ) /release
83
84
STRIPPROG=" $( STRIP) " $(INSTALL_STRIP_PROGRAM ) $(BITCOIND_BIN ) $(top_builddir ) /release
@@ -90,6 +91,9 @@ $(BITCOIN_WIN_INSTALLER): all-recursive
90
91
echo error: could not build $@
91
92
@echo built $@
92
93
94
+ deploy : $(BITCOIN_WIN_INSTALLER )
95
+ endif
96
+
93
97
if TARGET_DARWIN
94
98
$(OSX_APP ) /Contents/PkgInfo :
95
99
$(MKDIR_P ) $(@D )
@@ -167,10 +171,6 @@ appbundle: $(OSX_APP_BUILT)
167
171
deploy : $(OSX_DMG )
168
172
endif
169
173
170
- if TARGET_WINDOWS
171
- deploy : $(BITCOIN_WIN_INSTALLER )
172
- endif
173
-
174
174
$(BITCOIN_QT_BIN ) : FORCE
175
175
$(MAKE ) -C src qt/$(@F )
176
176
You can’t perform that action at this time.
0 commit comments