We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f16308 commit 779c7a1Copy full SHA for 779c7a1
.github/workflows/build.yml
@@ -80,6 +80,7 @@ jobs:
80
bison
81
libtool
82
autoconf
83
+ texinfo
84
85
- name: Remove MSYS2 link
86
shell: msys2 {0}
env.sh
@@ -12,5 +12,6 @@ export BUILD_LICENSE=${3:-gpl}
12
13
export CC=cl
14
export CXX=cl
15
+export AR=lib
16
export LDFLAGS="-L$INSTALL_PREFIX/lib"
17
export CFLAGS="-I$INSTALL_PREFIX/include"
0 commit comments