Skip to content

Commit 9f690c4

Browse files
authored
Update Makefile
1 parent 9cdda7a commit 9f690c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
305305
endif
306306
ifeq ($(PLATFORM),PLATFORM_WEB)
307307
# Libraries for web (HTML5) compiling
308-
LDLIBS = $(RAYLIB_LIB_PATH)/libraylib.a
308+
LDLIBS = $(RAYLIB_LIB_PATH)/libraylib.web.a
309309
endif
310310
ifeq ($(PLATFORM),PLATFORM_DRM)
311311
# Libraries for DRM compiling

0 commit comments

Comments
 (0)