Skip to content

Commit

Permalink
Examples: SDL3+SDL_Renderer: removed reference to OpenGL to remove co…
Browse files Browse the repository at this point in the history
…nfusion. (#8434)

Amend
  • Loading branch information
ocornut committed Feb 26, 2025
1 parent a86fcbd commit 242d856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example_sdl3_sdlrenderer3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ endif

ifeq ($(UNAME_S), Darwin) #APPLE
ECHO_MESSAGE = "Mac OS X"
LIBS += -framework OpenGL -framework Cocoa -framework IOKit -framework CoreVideo `sdl3-config --libs`
LIBS += -framework Cocoa -framework IOKit -framework CoreVideo `sdl3-config --libs`
LIBS += -L/usr/local/lib -L/opt/local/lib

CXXFLAGS += `pkg-config sdl3 --cflags`
Expand Down

0 comments on commit 242d856

Please sign in to comment.