Allow over-riding of strip exec

tight-png
Andri Yngvason 2019-09-07 17:31:20 +00:00
parent d7eedd0c01
commit 3f0e0b8867
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@ endif # end arm block
endif # end x86_64 block
ifeq (, $(shell which $(MACHINE)-strip 2>/dev/null))
STRIP := strip
STRIP ?= strip
else
STRIP := $(MACHINE)-strip
STRIP ?= $(MACHINE)-strip
endif
ifeq (, $(shell which $(MACHINE)-pkg-config 2>/dev/null))