Skip to content

Commit

Permalink
remove legacy opengl linking
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Dec 9, 2024
1 parent e637e32 commit 42c1b57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ else ifeq ($(CC),emcc)
NO_GLES = 0
detected_OS = web

LIBS += -s LEGACY_GL_EMULATION -D LEGACY_GL_EMULATION -sGL_UNSAFE_OPTS=0
LIBS += -DRSGL_GL_NO_LEGACY
else
LIBS += -std=c99
Expand Down

0 comments on commit 42c1b57

Please sign in to comment.