From 48aaac3341c87fc5146d7ded8db8e55fd8ec00f3 Mon Sep 17 00:00:00 2001 From: DarshanBPatel Date: Thu, 2 Jan 2025 19:56:46 +0530 Subject: [PATCH] chore: excluded postgres --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 43e15e239..289a7b96f 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ ifeq ($(detected_OS),Windows) LIBS = -static -lws2_32 -lbcrypt -luserenv -lntdll -lminiupnpc -lnatpmp NIM_PARAMS += $(foreach lib,$(LIBS),--passL:"$(lib)") NIM_PARAMS := $(filter-out -d:postgres,$(NIM_PARAMS)) - NIM_PARAMS += --exclude:db_postgres + NIM_PARAMS += --skipParentCfg:db_postgres endif ##########