mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-27 23:27:27 +00:00
chore: remove comment
This commit is contained in:
parent
060acff3e4
commit
45903c1262
1
Makefile
1
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user