diff options
author | Michael Pavone <pavone@retrodev.com> | 2020-05-16 10:36:58 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2020-05-16 10:36:58 -0700 |
commit | 6956da15b02af149709945a12fc3a56a031ed1ad (patch) | |
tree | 901aea99b6100a47956a5558294b7339c434d9ba /Makefile | |
parent | 4d914c0b2b74570ab36de6828d93a68c5de8e096 (diff) |
Fix libretro target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -217,7 +217,7 @@ MAINOBJS=blastem.o system.o genesis.o debug.o gdb_remote.o vdp.o $(RENDEROBJS) i LIBOBJS=libblastem.o system.o genesis.o debug.o gdb_remote.o vdp.o io.o romdb.o hash.o xband.o realtec.o \ i2c.o nor.o sega_mapper.o multi_game.o megawifi.o $(NET) serialize.o $(TERMINAL) $(CONFIGOBJS) gst.o \ - $(M68KOBJS) $(TRANSOBJS) $(AUDIOOBJS) saves.o jcart.o rom.db.o + $(M68KOBJS) $(TRANSOBJS) $(AUDIOOBJS) saves.o jcart.o rom.db.o gen_player.o ifdef NONUKLEAR CFLAGS+= -DDISABLE_NUKLEAR |