Skip to content

Commit 32fd94b

Browse files
[ci] disable shared libraries for windows
1 parent f3ed18f commit 32fd94b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/make.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
shell: msys2 {0}
7474
run: |
7575
PREFIX=$(cygpath -m "$GITHUB_WORKSPACE/binutils-install")
76-
./configure --target=z80-none-elf --disable-gdb --disable-sim --disable-readline --prefix="$PREFIX"
77-
make -j4 MAKEINFO=true && make install -j4 MAKEINFO=true
76+
./configure --target=z80-none-elf --disable-gdb --disable-sim --disable-readline --disable-nls --disable-shared --enable-static --prefix="$PREFIX"
77+
make -j4 LDFLAGS="-all-static" MAKEINFO=true && make install -j4 MAKEINFO=true
7878
7979
- name: "[Unix] Tar install"
8080
if: runner.os != 'Windows'

0 commit comments

Comments
 (0)