Fix Makefile template to support libraylib.web.a (#5620)

This commit is contained in:
takenoko-pm
2026-03-04 15:49:55 +09:00
committed by GitHub
parent e1959a4e5c
commit 71677765c5

View File

@@ -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