1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-02 01:13:30 +00:00

Update Makefile

This commit is contained in:
sparklewind 2012-12-22 17:23:02 +01:00
parent d032764e6b
commit 5deb37f60a

@ -36,8 +36,9 @@ JOYCONFIG_OBJ = tools/retroarch-joyconfig.o \
input/input_common.o
HEADERS = $(wildcard */*.h) $(wildcard *.h)
LIBS =
ifneq ($(findstring HAIKU,$(OS)),)
LIBS = -lm
endif
DEFINES = -DHAVE_CONFIG_H -DHAVE_SCREENSHOTS
ifeq ($(REENTRANT_TEST), 1)