1
0
mirror of https://github.com/ocornut/imgui.git synced 2025-03-04 09:04:09 +01:00

Examples: SDL3+SDL_Renderer: removed reference to OpenGL to remove confusion. (#8434)

Amend
This commit is contained in:
ocornut 2025-02-26 14:40:41 +01:00
parent a86fcbd947
commit 242d856ede

View File

@ -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`