Skip to content

Commit

Permalink
allow to override STRIP with env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
x42 committed Jul 17, 2015
1 parent eed57df commit 96a0d05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ PREFIX ?= /usr/local
CFLAGS ?= $(OPTIMIZATIONS) -Wall
LIBDIR ?= lib

STRIP=strip
STRIPFLAGS=-s
STRIP?=strip
STRIPFLAGS?=-s

xfade_VERSION?=$(shell git describe --tags HEAD 2>/dev/null | sed 's/-g.*$$//;s/^v//' || echo "LV2")
###############################################################################
Expand Down

0 comments on commit 96a0d05

Please sign in to comment.