Skip to content

Commit

Permalink
disable tic build
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jan 29, 2024
1 parent d3f7f94 commit 116f633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_linux_zig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ wget -q https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.4.tar.gz
tar -xf ncurses*.tar.gz
rm *.tar.gz
cd ncurses*
./configure --host=${ARCH}-linux --with-normal --enable-overwrite --disable-stripping --prefix=${DEPSDIR}
./configure --host=${ARCH}-linux --with-normal --without-progs --enable-overwrite --disable-stripping --prefix=${DEPSDIR}
make -j4
make install

Expand Down

0 comments on commit 116f633

Please sign in to comment.