Skip to content

Commit

Permalink
Try install-strip for mingw_iss
Browse files Browse the repository at this point in the history
  • Loading branch information
ojwb committed Dec 23, 2024
1 parent a42a271 commit 4352081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ PROJ_PREFIX = /usr/i686-w64-mingw32
mingw_iss : survex.iss
$(RM) -rf iss_tmp
mkdir iss_tmp
$(MAKE) install DESTDIR=$(PWD)/iss_tmp
$(MAKE) install-strip DESTDIR=$(PWD)/iss_tmp
:
cp survex.iss iss_tmp
: # so the installer can display the license
Expand Down

0 comments on commit 4352081

Please sign in to comment.