mirror of https://github.com/LIJI32/SameBoy.git
Fix libretro boot ROM building
This commit is contained in:
parent
e76088cde2
commit
da0380c32d
|
@ -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 $@)
|
||||
|
|
Loading…
Reference in New Issue