Skip to content

Commit

Permalink
Fix CI, fix library building
Browse files Browse the repository at this point in the history
  • Loading branch information
LIJI32 committed Jan 10, 2025
1 parent fb817c1 commit 8016f1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install_deps.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8016f1d

Please sign in to comment.