Code review feedback
This commit is contained in:
parent
102f8065b8
commit
f01c58229a
4
Makefile
4
Makefile
|
|
@ -12,11 +12,11 @@ MD2ROFF_BIN=github.com/davidnewhall/md2roff@v0.0.1
|
||||||
RSRC_BIN=github.com/akavel/rsrc
|
RSRC_BIN=github.com/akavel/rsrc
|
||||||
|
|
||||||
# If upx is available, use it to compress the binaries.
|
# If upx is available, use it to compress the binaries.
|
||||||
|
UPXPATH=$(shell which upx)
|
||||||
|
|
||||||
# Skip upx in Mac ARM environments: https://github.com/upx/upx/issues/446
|
# Skip upx in Mac ARM environments: https://github.com/upx/upx/issues/446
|
||||||
ifeq ($(shell uname -ps),Darwin arm)
|
ifeq ($(shell uname -ps),Darwin arm)
|
||||||
UPXPATH=
|
UPXPATH=
|
||||||
else
|
|
||||||
UPXPATH=$(shell which upx)
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Travis CI passes the version in. Local builds get it from the current git tag.
|
# Travis CI passes the version in. Local builds get it from the current git tag.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue