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