diff options
author | twinaphex <libretro@gmail.com> | 2021-05-29 09:55:57 +0200 |
---|---|---|
committer | twinaphex <libretro@gmail.com> | 2021-05-29 09:55:57 +0200 |
commit | a01198f78a5eb4a31dfb798768f95850d9e1916f (patch) | |
tree | c95a3da1dfa68f31ca81f18b55dfe3559748ff05 /Makefile.libretro | |
parent | 104e0e64924de5b4178fd5cd8cc305a812602596 (diff) |
Add OSX x64 support
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 |