Skip to content

Commit a74caad

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ 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"
76+
./configure --target=z80-none-elf --disable-gdb --disable-sim --disable-readline --disable-shared --enable-static --prefix="$PREFIX"
7777
make -j4 MAKEINFO=true && make install -j4 MAKEINFO=true
7878
7979
- name: "[Unix] Tar install"

0 commit comments

Comments
 (0)