From 789c5fbdf92df93ade774c2d3132e5ae2a207713 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Fri, 18 Sep 2020 20:53:57 +0200 Subject: Updated build script to generate .a on WebAssembly This is the recommended way --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/Makefile b/examples/Makefile index 77cef9eb..21482851 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -353,7 +353,7 @@ ifeq ($(PLATFORM),PLATFORM_RPI) endif ifeq ($(PLATFORM),PLATFORM_WEB) # Libraries for web (HTML5) compiling - LDLIBS = $(RAYLIB_RELEASE_PATH)/libraylib.bc + LDLIBS = $(RAYLIB_RELEASE_PATH)/libraylib.a endif # Define all object files required -- cgit v1.2.3