mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
defs.mk: Fix CCONSOLE LIBFLAGS (missing -L)
This commit is contained in:
parent
0b4b4d7d4a
commit
64ccafd888
1 changed files with 2 additions and 2 deletions
|
|
@ -674,10 +674,10 @@ USE_DSPROUT = true
|
|||
USE_FEEDFS = true
|
||||
INCLUDE += -I$(CCONSOLE_DIR)/include
|
||||
ifeq ($(DEVELOPMENT),true)
|
||||
LIBFLAGS += $(CCONSOLE_DIR)/lib
|
||||
LIBFLAGS += -L$(CCONSOLE_DIR)/lib
|
||||
else
|
||||
# this is actually redundant to a definition in proj/dspc/src/cconsole/make/cfg_dist.mk:
|
||||
LIBFLAGS += $(ENV_PREFIX)/opt/$(FLAVOUR_PATH_PREFIX)dspider/feedfs/bin
|
||||
LIBFLAGS += -L$(ENV_PREFIX)/opt/$(FLAVOUR_PATH_PREFIX)dspider/feedfs/bin
|
||||
endif
|
||||
LIBFLAGS += -ldspider-cconsole
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue