From 71677765c5e2a2f5d97debfd81791f5b38ef9989 Mon Sep 17 00:00:00 2001 From: takenoko-pm Date: Wed, 4 Mar 2026 15:49:55 +0900 Subject: [PATCH] Fix Makefile template to support libraylib.web.a (#5620) --- projects/VSCode/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/VSCode/Makefile b/projects/VSCode/Makefile index 389a12cf9..219673670 100644 --- a/projects/VSCode/Makefile +++ b/projects/VSCode/Makefile @@ -343,7 +343,7 @@ ifeq ($(PLATFORM),PLATFORM_RPI) endif ifeq ($(PLATFORM),PLATFORM_WEB) # Libraries for web (HTML5) compiling - LDLIBS = $(RAYLIB_RELEASE_PATH)/libraylib.a + LDLIBS = $(RAYLIB_RELEASE_PATH)/libraylib.web.a endif # Define a recursive wildcard function