mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-16 03:59:09 -04:00
Fix Makefile template to support libraylib.web.a (#5620)
This commit is contained in:
@ -343,7 +343,7 @@ ifeq ($(PLATFORM),PLATFORM_RPI)
|
|||||||
endif
|
endif
|
||||||
ifeq ($(PLATFORM),PLATFORM_WEB)
|
ifeq ($(PLATFORM),PLATFORM_WEB)
|
||||||
# Libraries for web (HTML5) compiling
|
# Libraries for web (HTML5) compiling
|
||||||
LDLIBS = $(RAYLIB_RELEASE_PATH)/libraylib.a
|
LDLIBS = $(RAYLIB_RELEASE_PATH)/libraylib.web.a
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Define a recursive wildcard function
|
# Define a recursive wildcard function
|
||||||
|
|||||||
Reference in New Issue
Block a user