chore: remove comment

This commit is contained in:
DarshanBPatel 2025-01-02 18:24:27 +05:30
parent 060acff3e4
commit 45903c1262
No known key found for this signature in database
GPG Key ID: 9A92CCD9899F0D22

View File

@ -44,7 +44,6 @@ ifeq ($(detected_OS),Windows)
# Add the necessary libraries to the linker flags
LIBS = -static -lws2_32 -lbcrypt -luserenv -lntdll -lminiupnpc -lnatpmp
NIM_PARAMS += $(foreach lib,$(LIBS),--passL:"$(lib)")
# Remove postgres flag for Windows builds
NIM_PARAMS := $(filter-out -d:postgres,$(NIM_PARAMS))
endif