From e5aa6e633e17e6acc6ffd6191f3716973792d834 Mon Sep 17 00:00:00 2001 From: Autechre Date: Thu, 8 Oct 2020 04:50:53 +0200 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8efb03b3..dbd3e34f 100644 --- a/Makefile +++ b/Makefile @@ -368,7 +368,7 @@ CFLAGS += -D_CRT_SECURE_NO_DEPRECATE else CC ?= gcc TARGET := $(TARGET_NAME)_libretro.dll - SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=$(CORE_DIR)/link.T -Wl,--no-undefined + SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=$(CORE_DIR)/link.T -Wl,--no-undefined -lws2_32 endif LIBM ?= -lm