Skip to content

Commit

Permalink
don't compile osmesa (webasm)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Jan 5, 2025
1 parent 9f6c588 commit 7159047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ else
endif

examples/osmesa/osmesa: examples/osmesa/osmesa.c RGFW.h
ifneq ($(NO_GLES), 1)
ifneq ($(NO_OSMESA), 1)
$(CC) $(CFLAGS) -I. $< $(LIBS) $(LINK_GL2) -lOSMesa -o $@$(EXT)
else
@echo osmesa has been disabled
Expand Down

0 comments on commit 7159047

Please sign in to comment.