From 9442a2a8e8809359597efabe92eeb6c4f5220b51 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Fri, 10 Jan 2025 12:59:31 +0200 Subject: [PATCH] Fix CI, fix library building --- .github/actions/install_deps.sh | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/install_deps.sh b/.github/actions/install_deps.sh index 991f2e1..816856f 100755 --- 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 index 6547c75..938ef6f 100644 --- 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