mirror of
https://github.com/ntop/ntopng.git
synced 2026-07-09 16:00:51 +00:00
Updated clickhosue path
This commit is contained in:
parent
1b5728257c
commit
e6417f121c
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ ifeq ($(HAVE_CLICKHOUSE),1)
|
|||
CLICKHOUSE_HOME=@CLICKHOUSE_HOME@
|
||||
CLICKHOUSE_INC=-I$(CLICKHOUSE_HOME) -I$(CLICKHOUSE_HOME)/contrib/absl
|
||||
CLICKHOUSE_LIB=$(CLICKHOUSE_HOME)/build/clickhouse/libclickhouse-cpp-lib.a
|
||||
CLICKHOUSE_DEP_LIBS=$(CLICKHOUSE_HOME)/build/contrib/cityhash/cityhash/libcityhash.a $(CLICKHOUSE_HOME)/build/contrib/lz4/lz4/liblz4.a
|
||||
CLICKHOUSE_DEP_LIBS=$(CLICKHOUSE_HOME)/build/clickhouse/cityhash/libcityhash.a $(CLICKHOUSE_HOME)/build/contrib/lz4/lz4/liblz4.a $(ZSTD_LIB)
|
||||
endif
|
||||
|
||||
ifeq ($(OS),Linux)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue