We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a997e4e commit 5a3818bCopy full SHA for 5a3818b
1 file changed
.github/workflows/make.yml
@@ -75,7 +75,7 @@ jobs:
75
shell: msys2 {0}
76
run: |
77
PREFIX=$(cygpath -m "${{ runner.temp }}/binutils")
78
- ./configure --target=z80-none-elf --with-zstd=no --disable-sim --disable-nls --disable-plugins --disable-shared --enable-static --without-python --prefix="$PREFIX"
+ ac_cv_search_tgetent=no ./configure --target=z80-none-elf --disable-tui --without-curses --with-zstd=no --disable-sim --disable-nls --disable-plugins --disable-shared --enable-static --without-python --prefix="$PREFIX"
79
make configure-host && make -j4 LDFLAGS="-all-static" MAKEINFO=true && make install-strip -j4 MAKEINFO=true
80
81
- name: "[Unix] Install License Files"
0 commit comments