Skip to content

Commit

Permalink
Remove unneeded patch after PDCursesMod update.
Browse files Browse the repository at this point in the history
  • Loading branch information
okibcn authored Mar 25, 2023
1 parent 9bd9ade commit 8d9564b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/Xbuild4Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -413,14 +413,6 @@ jobs:
sed -i.bak "s/X_OK/R_OK/" src/files.c
_diff
# Fix for PDCursesMod makefile to be aware of aarch64 in Xcompiling environment:
echo -e "\n\nPATCH: PDCursesMod makefile to be aware of aarch64 in Xcompiling environment."
sed -i.bak '/i686-w64-mingw32/a endif\n ifdef _a64\n PREFIX = aarch64-w64-mingw32-' curses/wincon/Makefile
sed -i 's|AR\s*=\s*|&$(PREFIX)|' curses/wincon/Makefile
sed -i 's|STRIP\s*=\s*|&$(PREFIX)|' curses/wincon/Makefile
sed -i 's|CFLAGS\s*=|CFLAGS +=|' curses/wincon/Makefile
_diff
#### ####
#### BRANDING and VERSIONING ####
Expand Down

0 comments on commit 8d9564b

Please sign in to comment.