diff options
Diffstat (limited to 'Makefile.libretro')
-rw-r--r-- | Makefile.libretro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.libretro b/Makefile.libretro index 3650a9b..178ae19 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -1,5 +1,6 @@ UNAME=$(shell uname -s) UNAMEM=$(shell uname -m) +LIBRETRO=1 platform ?= unix |