Skip to content

Commit 779c7a1

Browse files
committed
test
1 parent 5f16308 commit 779c7a1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
bison
8181
libtool
8282
autoconf
83+
texinfo
8384
8485
- name: Remove MSYS2 link
8586
shell: msys2 {0}

env.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ export BUILD_LICENSE=${3:-gpl}
1212

1313
export CC=cl
1414
export CXX=cl
15+
export AR=lib
1516
export LDFLAGS="-L$INSTALL_PREFIX/lib"
1617
export CFLAGS="-I$INSTALL_PREFIX/include"

0 commit comments

Comments
 (0)