Skip to content

Commit

Permalink
Add $(EXE) to the end of 7z when installing it
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Oct 7, 2019
1 parent 7f1e190 commit 5bf7a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ endif
else

# Install `7z` into libexec/
$(INSTALL_M) $(build_bindir)/7z $(DESTDIR)$(libexecdir)/
$(INSTALL_M) $(build_bindir)/7z$(EXE) $(DESTDIR)$(libexecdir)/

# Copy over .dSYM directories directly for Darwin
ifneq ($(DARWIN_FRAMEWORK),1)
Expand Down

0 comments on commit 5bf7a14

Please sign in to comment.