We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cdda7a commit 9f690c4Copy full SHA for 9f690c4
src/Makefile
@@ -305,7 +305,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
305
endif
306
ifeq ($(PLATFORM),PLATFORM_WEB)
307
# Libraries for web (HTML5) compiling
308
- LDLIBS = $(RAYLIB_LIB_PATH)/libraylib.a
+ LDLIBS = $(RAYLIB_LIB_PATH)/libraylib.web.a
309
310
ifeq ($(PLATFORM),PLATFORM_DRM)
311
# Libraries for DRM compiling
0 commit comments