From a1bf4ecbee39fb8082e959c38019aa087fa161d3 Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 16 May 2023 20:38:43 +0200 Subject: [PATCH] Fix windows build Signed-off-by: falkTX --- source/discovery/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/discovery/Makefile b/source/discovery/Makefile index 5daa9a475..7f1db47e9 100644 --- a/source/discovery/Makefile +++ b/source/discovery/Makefile @@ -36,7 +36,7 @@ BUILD_CXX_FLAGS += -ObjC++ endif ifeq ($(WINDOWS),true) -LINK_FLAGS += -lole32 -lssp -mwindows +LINK_FLAGS += -lole32 -lws2_32 -mwindows endif ifeq ($(USING_JUCE),true)