From 2a5407cf7082e7ccd0f35af98e1ebc70ce3c23d9 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Thu, 22 Mar 2018 20:22:09 +0200 Subject: [PATCH] Fix libretro build on master --- libretro/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro/Makefile b/libretro/Makefile index 6350fd1..cde75a0 100644 --- a/libretro/Makefile +++ b/libretro/Makefile @@ -161,7 +161,7 @@ CFLAGS += -Wall -D__LIBRETRO__ $(fpic) $(INCFLAGS) -std=gnu11 -D_GNU_SOURCE -D all: $(TARGET) -$(CORE_DIR)/libretro/%_boot.c: $(CORE_DIR)/BootROMs/prebuilt/%_boot.bin +$(CORE_DIR)/libretro/%_boot.c: $(CORE_DIR)/build/bin/BootROMs/%_boot.bin echo "/* AUTO-GENERATED */" > $@ echo "const unsigned char $(notdir $(@:%.c=%))[] = {" >> $@ ifneq ($(findstring Haiku,$(shell uname -s)),)