Small tweak in Makefile
This commit is contained in:
parent
f419216e41
commit
fec1093dbf
2
Makefile
2
Makefile
|
@ -216,7 +216,7 @@ include Makefile.common
|
||||||
|
|
||||||
OBJECTS := $(SOURCES_C:.c=.o) $(SOURCES_ASM:.S=.o)
|
OBJECTS := $(SOURCES_C:.c=.o) $(SOURCES_ASM:.S=.o)
|
||||||
|
|
||||||
DEFINES = -DHAVE_STRINGS_H -DHAVE_STDINT_H -DHAVE_INTTYPES_H -D__LIBRETRO__ -DINLINE=inline -DPC_BUILD -Wall -Werror=implicit-function-declaration
|
DEFINES := -DHAVE_STRINGS_H -DHAVE_STDINT_H -DHAVE_INTTYPES_H -D__LIBRETRO__ -DINLINE=inline -DPC_BUILD -Wall -Werror=implicit-function-declaration
|
||||||
|
|
||||||
ifeq ($(HAVE_DYNAREC), 1)
|
ifeq ($(HAVE_DYNAREC), 1)
|
||||||
DEFINES += -DHAVE_DYNAREC
|
DEFINES += -DHAVE_DYNAREC
|
||||||
|
|
Loading…
Reference in New Issue