git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit fabc3901b82521cffdc7e8a2858509a80696b2e4
parent ff12bd2bec0cbffc6cd5766a949cf49a6f1cbada
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Fri, 27 Jan 2023 19:04:54 +0200

Fix iOS dep generation

Diffstat:
MMakefile5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -272,7 +272,7 @@ TESTER_OBJECTS := $(patsubst %,$(OBJ)/%.o,$(TESTER_SOURCES)) # Automatic dependency generation -ifneq ($(filter-out clean bootroms libretro %.bin, $(MAKECMDGOALS)),) +ifneq ($(filter-out ios clean bootroms libretro %.bin, $(MAKECMDGOALS)),) -include $(CORE_OBJECTS:.o=.dep) ifneq ($(filter $(MAKECMDGOALS),sdl),) -include $(SDL_OBJECTS:.o=.dep) @@ -283,6 +283,9 @@ endif ifneq ($(filter $(MAKECMDGOALS),cocoa),) -include $(COCOA_OBJECTS:.o=.dep) endif +ifneq ($(filter $(MAKECMDGOALS),_ios),) +-include $(IOS_OBJECTS:.o=.dep) +endif endif $(OBJ)/SDL/%.dep: SDL/%

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.