From e33a56cd83d1009a6770a1f84bd4af8b9f746868 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 10 Dec 2014 18:53:06 +0100 Subject: PC_BUILD can go now --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ea34738..30fcf36 100644 --- a/Makefile +++ b/Makefile @@ -216,7 +216,7 @@ include Makefile.common 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 -Wall -Werror=implicit-function-declaration ifeq ($(HAVE_DYNAREC), 1) DEFINES += -DHAVE_DYNAREC -- cgit v1.2.3