summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-09-18 20:53:57 +0200
committerraysan5 <[email protected]>2020-09-18 20:53:57 +0200
commit789c5fbdf92df93ade774c2d3132e5ae2a207713 (patch)
tree6a4e796e72901d43f0fbaf86039892b2c064f2af /examples
parent4a242c2889926126dda16c783ef0e08e60b8c938 (diff)
downloadraylib-789c5fbdf92df93ade774c2d3132e5ae2a207713.tar.gz
raylib-789c5fbdf92df93ade774c2d3132e5ae2a207713.zip
Updated build script to generate .a on WebAssembly
This is the recommended way
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
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