summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2020-07-11 21:04:16 -0700
committerMike Pavone <pavone@retrodev.com>2020-07-11 21:04:16 -0700
commitdf59cb9fd552d7ef2ff6c3de9c37fcbdfc96ab3d (patch)
tree1cfd2df98c76b1c2e4c21546b7a8821ec4d0f617 /Makefile
parentaef4cb676cb5588b279ac22c095a6b91b06bc520 (diff)
Fix libretro target on windows
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 730deab..0978453 100644
--- a/Makefile
+++ b/Makefile
@@ -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 gen_player.o
+ $(M68KOBJS) $(TRANSOBJS) $(AUDIOOBJS) saves.o jcart.o rom.db.o gen_player.o $(LIBZOBJS)
ifdef NONUKLEAR
CFLAGS+= -DDISABLE_NUKLEAR