mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-22 09:15:02 +00:00
(Makefile.common) Remove win32_common.o reference
This commit is contained in:
parent
a002afdaff
commit
fd9b58fea6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user