Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 authored Jan 1, 2025
1 parent 9cdda7a commit 9f690c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
endif
ifeq ($(PLATFORM),PLATFORM_WEB)
# Libraries for web (HTML5) compiling
LDLIBS = $(RAYLIB_LIB_PATH)/libraylib.a
LDLIBS = $(RAYLIB_LIB_PATH)/libraylib.web.a
endif
ifeq ($(PLATFORM),PLATFORM_DRM)
# Libraries for DRM compiling
Expand Down

0 comments on commit 9f690c4

Please sign in to comment.