mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-26 15:23:54 +01:00
defs.mk: Re-enabled GFILTER
This commit is contained in:
parent
611ba90b83
commit
66fd5e8080
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ CPP ?= g++
|
||||||
ifeq ($(USE_GFILTER),true)
|
ifeq ($(USE_GFILTER),true)
|
||||||
GFILT = sh $(firstword $(wildcard $(MODDIR)/contrib/gfilt/gfilt $(MODDIR)/bin/gfilt))
|
GFILT = sh $(firstword $(wildcard $(MODDIR)/contrib/gfilt/gfilt $(MODDIR)/bin/gfilt))
|
||||||
ifneq ($(strip $(GFILT)),sh)
|
ifneq ($(strip $(GFILT)),sh)
|
||||||
CPP = $(GFILT)
|
GPP = $(GFILT)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue