Skip to content

Commit

Permalink
Remove UPX postprocessing for Darwin builds
Browse files Browse the repository at this point in the history
Signed-off-by: Cornelius Weig <[email protected]>
  • Loading branch information
corneliusweig committed Feb 13, 2021
1 parent ff2ba4f commit 3a88868
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,10 @@ clean:

$(BUILDDIR)/rakkess-amd64-linux: build-rakkess
$(doUPX)
$(BUILDDIR)/rakkess-amd64-darwin: build-rakkess
$(doUPX)
$(BUILDDIR)/rakkess-amd64-windows.exe: build-rakkess
$(doUPX)

$(BUILDDIR)/access-matrix-amd64-linux: build-access-matrix
$(doUPX)
$(BUILDDIR)/access-matrix-amd64-darwin: build-access-matrix
$(doUPX)
$(BUILDDIR)/access-matrix-amd64-windows.exe: build-access-matrix
$(doUPX)

0 comments on commit 3a88868

Please sign in to comment.