mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-28 07:35:56 +00:00
chore: excluded postgres
This commit is contained in:
parent
abbf16d484
commit
48aaac3341
2
Makefile
2
Makefile
@ -45,7 +45,7 @@ ifeq ($(detected_OS),Windows)
|
|||||||
LIBS = -static -lws2_32 -lbcrypt -luserenv -lntdll -lminiupnpc -lnatpmp
|
LIBS = -static -lws2_32 -lbcrypt -luserenv -lntdll -lminiupnpc -lnatpmp
|
||||||
NIM_PARAMS += $(foreach lib,$(LIBS),--passL:"$(lib)")
|
NIM_PARAMS += $(foreach lib,$(LIBS),--passL:"$(lib)")
|
||||||
NIM_PARAMS := $(filter-out -d:postgres,$(NIM_PARAMS))
|
NIM_PARAMS := $(filter-out -d:postgres,$(NIM_PARAMS))
|
||||||
NIM_PARAMS += --exclude:db_postgres
|
NIM_PARAMS += --skipParentCfg:db_postgres
|
||||||
endif
|
endif
|
||||||
|
|
||||||
##########
|
##########
|
||||||
|
Loading…
x
Reference in New Issue
Block a user