mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-30 08:36:14 +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
|
# Add the necessary libraries to the linker flags
|
||||||
LIBS = -static -lws2_32 -lbcrypt -luserenv -lntdll -lminiupnpc -lnatpmp
|
LIBS = -static -lws2_32 -lbcrypt -luserenv -lntdll -lminiupnpc -lnatpmp
|
||||||
NIM_PARAMS += $(foreach lib,$(LIBS),--passL:"$(lib)")
|
NIM_PARAMS += $(foreach lib,$(LIBS),--passL:"$(lib)")
|
||||||
# Remove postgres flag for Windows builds
|
|
||||||
NIM_PARAMS := $(filter-out -d:postgres,$(NIM_PARAMS))
|
NIM_PARAMS := $(filter-out -d:postgres,$(NIM_PARAMS))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user