summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortwinaphex2014-12-10 18:53:06 +0100
committertwinaphex2014-12-10 18:53:06 +0100
commite33a56cd83d1009a6770a1f84bd4af8b9f746868 (patch)
tree5aea50cce7b5acd9bfa7ef0804d8044e51de36a5 /Makefile
parent19f05cf36a940509e3af3807fb383504654bdd93 (diff)
downloadpicogpsp-e33a56cd83d1009a6770a1f84bd4af8b9f746868.tar.gz
picogpsp-e33a56cd83d1009a6770a1f84bd4af8b9f746868.tar.bz2
picogpsp-e33a56cd83d1009a6770a1f84bd4af8b9f746868.zip
PC_BUILD can go now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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