git.y1.nz

SameBoy

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

commit 9442a2a8e8809359597efabe92eeb6c4f5220b51
parent 9793e15f4db7c3bdf51cf376892ea2b95aec8f02
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Fri, 10 Jan 2025 12:59:31 +0200

Fix CI, fix library building

Diffstat:
M.github/actions/install_deps.sh2+-
MMakefile2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/actions/install_deps.sh b/.github/actions/install_deps.sh @@ -1,7 +1,7 @@ case `echo $1 | cut -d '-' -f 1` in ubuntu) sudo apt-get -qq update - sudo apt-get install -yq bison libpng-dev pkg-config libsdl2-dev + sudo apt-get install -yq bison libpng-dev pkg-config libsdl2-dev libgdk-pixbuf2.0-dev ( cd `mktemp -d` curl -L https://github.com/rednex/rgbds/archive/v0.6.0.zip > rgbds.zip diff --git a/Makefile b/Makefile @@ -850,7 +850,7 @@ $(LIBDIR)/libsameboy.$(DL_EXT): $(CORE_OBJECTS) $(CC) $(LDFLAGS) -shared $(FAT_FLAGS) $(CFLAGS) $^ -o $@ ifeq ($(CONF), release) $(STRIP) $@ - $(CODESIGN)$@ + $(CODESIGN) $@ endif $(PKGCONF_FILE): sameboy.pc.in

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