mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-01 22:42:22 +00:00
Will probably not need, but hey.
This commit is contained in:
parent
42d19f1a35
commit
3ef0276b2a
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ OBJ = ssnes.o file.o driver.o settings.o dynamic.o message.o rewind.o movie.o au
|
||||
JOYCONFIG_OBJ = tools/ssnes-joyconfig.o conf/config_file.o
|
||||
HEADERS = $(wildcard */*.h) $(wildcard *.h)
|
||||
|
||||
LIBS =
|
||||
LIBS = -lm
|
||||
DEFINES = -DHAVE_CONFIG_H
|
||||
|
||||
ifneq ($(findstring Darwin,$(shell uname -a)),)
|
||||
|
@ -15,7 +15,7 @@ HAVE_RSOUND = 1
|
||||
HAVE_FILTER = 1
|
||||
libsnes ?= -lsnes
|
||||
|
||||
LIBS = -lws2_32
|
||||
LIBS = -lws2_32 -lm
|
||||
DEFINES = -I. -DHAVE_CONFIGFILE
|
||||
LDFLAGS = -L. -static-libgcc -s
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user