Skip to content

Commit

Permalink
try more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jan 29, 2024
1 parent 58a27d0 commit ed6adb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_linux_zig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ echo "::endgroup::"
echo "::group::ncurses"
cd ${BUILDDIR}

wget -q https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.2.tar.gz
wget -q https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.4.tar.gz
tar -xf ncurses*.tar.gz
rm *.tar.gz
cd ncurses*
Expand Down Expand Up @@ -274,7 +274,7 @@ wget -q http://prdownloads.sourceforge.net/libpng/libpng-1.6.41.tar.gz
tar -xf libpng*.tar.gz
rm *.tar.gz
cd libpng*
./configure --host=${ARCH}-linux --with-zlib-prefix=${DEPSDIR} --disable-tools --prefix=${DEPSDIR}
PNG_COPTS="${CFLAGS}" ./configure --host=${ARCH}-linux --with-zlib-prefix=${DEPSDIR} --disable-tools --prefix=${DEPSDIR}
make -j4
make install

Expand Down

0 comments on commit ed6adb2

Please sign in to comment.