diff --git a/Makefile b/Makefile index f522c1bee..b5dedaa86 100644 --- a/Makefile +++ b/Makefile @@ -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