diff --git a/Makefile.common b/Makefile.common index c6f5062416..66eba2ea93 100644 --- a/Makefile.common +++ b/Makefile.common @@ -374,8 +374,7 @@ ifeq ($(HAVE_OPENGL), 1) LIBS += -framework OpenGL else ifneq ($(findstring Win32,$(OS)),) LIBS += -lopengl32 -lgdi32 -lcomdlg32 - OBJ += gfx/context/wgl_ctx.o \ - gfx/context/win32_common.o + OBJ += gfx/context/wgl_ctx.o else LIBS += -lGL endif