mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk: Add default values for REREQ_RUN an PREREQ_INSTALL
This commit is contained in:
parent
186a291bd9
commit
19606c7aef
1 changed files with 3 additions and 0 deletions
|
|
@ -1369,6 +1369,9 @@ LIBFLAGS += -L$(SCOPE_CASMIX_DIR)/lib -lscope-casmix
|
|||
EXE_SEARCH_PATH += $(SCOPE_CASMIX_DIR)/bin
|
||||
endif
|
||||
|
||||
PREREQ_INSTALL ?= $(PREREQ_BUILD)
|
||||
PREREQ_RUN ?= $(PREREQ_INSTALL)
|
||||
|
||||
ifeq ($(USE_SNDFILE),true)
|
||||
LIBFLAGS += -lsndfile
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue