浏览代码

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

Amend
ocornut 6 月之前
父节点
当前提交
242d856ede
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/example_sdl3_sdlrenderer3/Makefile

+ 1 - 1
examples/example_sdl3_sdlrenderer3/Makefile

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