Fix libretro boot ROM building

This commit is contained in:
Lior Halphon 2025-01-24 14:02:57 +02:00
parent e76088cde2
commit da0380c32d
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ endif
echo "const unsigned $(notdir $(@:%.c=%))_length = sizeof($(notdir $(@:%.c=%)));" >> $@
$(abspath $(CORE_DIR))/build/bin/BootROMs/%_boot.bin:
$(MAKE) -C $(CORE_DIR) $(patsubst $(abspath $(CORE_DIR))/%,%,$@)
$(MAKE) -C $(CORE_DIR) $@
$(TARGET): $(OBJECTS)
-@$(MKDIR) -p $(dir $@)