Skip to content

Commit

Permalink
chore: add NIM_PARAMS
Browse files Browse the repository at this point in the history
  • Loading branch information
darshankabariya committed Jan 2, 2025
1 parent d9e8a47 commit ec547ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 -lpq
NIM_PARAMS += $(foreach lib,$(LIBS),--passL:"$(lib)")
NIM_PARAMS := $(filter-out -d:postgres,$(NIM_PARAMS))
ifdef USE_POSTGRES
# Add PostgreSQL paths for Windows
# POSTGRES_PATH = C:/Program Files/PostgreSQL/14 # Adjust version as needed
Expand Down

0 comments on commit ec547ea

Please sign in to comment.