mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
Fix build ... *grummel*
This commit is contained in:
parent
d23a7e3ddf
commit
43905e410e
@ -35,10 +35,15 @@ LDCXXFLAGS = -static-libstdc++
|
|||||||
|
|
||||||
ifeq ($(HAVE_SDL), 1)
|
ifeq ($(HAVE_SDL), 1)
|
||||||
OBJ += gfx/sdl.o gfx/gl.o gfx/sdlwrap.o input/sdl.o audio/sdl.o fifo_buffer.o
|
OBJ += gfx/sdl.o gfx/gl.o gfx/sdlwrap.o input/sdl.o audio/sdl.o fifo_buffer.o
|
||||||
LIBS += -lSDL -lopengl32
|
LIBS += -lSDL
|
||||||
DEFINES += -ISDL -DHAVE_SDL
|
DEFINES += -ISDL -DHAVE_SDL
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(HAVE_OPENGL), 1)
|
||||||
|
DEFINES += -DHAVE_OPENGL
|
||||||
|
LIBS += -lopengl32
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_SDL_IMAGE), 1)
|
ifeq ($(HAVE_SDL_IMAGE), 1)
|
||||||
LIBS += -lSDL_image
|
LIBS += -lSDL_image
|
||||||
DEFINES += -DHAVE_SDL_IMAGE
|
DEFINES += -DHAVE_SDL_IMAGE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user