Skip to content

Commit

Permalink
Move patches to patches/ (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 authored Dec 27, 2024
1 parent 20a25f8 commit e8c2145
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-binjgb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

cd binjgb

patch -p1 < ../binjgb.patch
patch -p1 < ../patches/binjgb.patch

! mkdir out
cd out
Expand Down
2 changes: 1 addition & 1 deletion build-rgbds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

cd rgbds

patch -p1 < ../rgbds.patch
patch -p1 < ../patches/rgbds.patch


MAKE_ARGS="Q= PNGCFLAGS= PNGLDFLAGS= PNGLDLIBS="
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e8c2145

Please sign in to comment.