mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
Update Makefile
This commit is contained in:
parent
d032764e6b
commit
5deb37f60a
5
Makefile
5
Makefile
@ -36,8 +36,9 @@ JOYCONFIG_OBJ = tools/retroarch-joyconfig.o \
|
|||||||
input/input_common.o
|
input/input_common.o
|
||||||
|
|
||||||
HEADERS = $(wildcard */*.h) $(wildcard *.h)
|
HEADERS = $(wildcard */*.h) $(wildcard *.h)
|
||||||
|
ifneq ($(findstring HAIKU,$(OS)),)
|
||||||
LIBS =
|
LIBS = -lm
|
||||||
|
endif
|
||||||
DEFINES = -DHAVE_CONFIG_H -DHAVE_SCREENSHOTS
|
DEFINES = -DHAVE_CONFIG_H -DHAVE_SCREENSHOTS
|
||||||
|
|
||||||
ifeq ($(REENTRANT_TEST), 1)
|
ifeq ($(REENTRANT_TEST), 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user