We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd2b3c commit 98d90e7Copy full SHA for 98d90e7
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Build
51
run: |
52
autoreconf -fiv
53
- PKG_CONFIG_LIBPATH=/usr/${{ matrix.arch }}-w64-mingw32/lib/pkgconfig ./configure --host=${{ matrix.arch }}-w64-mingw32 --prefix=/usr/${{ matrix.arch }}-w64-mingw32
+ PKG_CONFIG_LIBDIR=/usr/${{ matrix.arch }}-w64-mingw32/lib/pkgconfig ./configure --host=${{ matrix.arch }}-w64-mingw32 --prefix=/usr/${{ matrix.arch }}-w64-mingw32
54
make -j2
55
sudo make install
56
0 commit comments