chore: excluded postgres

This commit is contained in:
DarshanBPatel 2025-01-02 19:56:46 +05:30
parent abbf16d484
commit 48aaac3341
No known key found for this signature in database
GPG Key ID: 9A92CCD9899F0D22

View File

@ -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
##########