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 e7bcfb5 commit b840efb
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 @@ -299,7 +299,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 b840efb

Please sign in to comment.