Skip to content

Commit

Permalink
Buildfix attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Jun 13, 2022
1 parent b8b1a19 commit 41f4315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsnes/target-libretro/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ else ifeq ($(platform), libnx)
name := bsnes_libretro_libnx
endif

objects := libretro $(objects)
objects := libretro program $(objects)
objects := $(patsubst %,obj/%.o,$(objects))

obj/libretro.o: target-libretro/libretro.cpp
Expand Down

0 comments on commit 41f4315

Please sign in to comment.