mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-28 07:43:55 +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
|
USE_FEEDFS = true
|
||||||
INCLUDE += -I$(CCONSOLE_DIR)/include
|
INCLUDE += -I$(CCONSOLE_DIR)/include
|
||||||
ifeq ($(DEVELOPMENT),true)
|
ifeq ($(DEVELOPMENT),true)
|
||||||
LIBFLAGS += $(CCONSOLE_DIR)/lib
|
LIBFLAGS += -L$(CCONSOLE_DIR)/lib
|
||||||
else
|
else
|
||||||
# this is actually redundant to a definition in proj/dspc/src/cconsole/make/cfg_dist.mk:
|
# 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
|
endif
|
||||||
LIBFLAGS += -ldspider-cconsole
|
LIBFLAGS += -ldspider-cconsole
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue