From 6b64927b948082948b51fe64c2cdf64f01dab5b6 Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Sat, 5 Feb 2022 00:55:57 +0800 Subject: [PATCH] update autolink settings for winsock 2 --- RedPandaIDE/resources/autolink.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RedPandaIDE/resources/autolink.json b/RedPandaIDE/resources/autolink.json index 279f42c0..732754c7 100644 --- a/RedPandaIDE/resources/autolink.json +++ b/RedPandaIDE/resources/autolink.json @@ -31,6 +31,10 @@ "header": "raylib.h", "links": "-lraylib -lopengl32 -lgdi32 -lwinmm" }, + { + "header": "winsock2.h", + "links": "-lws2_32" + }, { "header": "turtle.h", "links": "-lturtle"