Skip to content

Commit

Permalink
fix ci: specify PKG_CONFIG_LIBPATH for MinGW cross
Browse files Browse the repository at this point in the history
  • Loading branch information
nu774 committed May 5, 2024
1 parent 594c26b commit 746e855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Build
run: |
autoreconf -fiv
./configure --host=${{ matrix.arch }}-w64-mingw32 --prefix=/usr/${{ matrix.arch }}-w64-mingw32
PKG_CONFIG_LIBPATH=/usr/${{ matrix.arch }}-w64-mingw32/lib/pkgconfig ./configure --host=${{ matrix.arch }}-w64-mingw32 --prefix=/usr/${{ matrix.arch }}-w64-mingw32
make -j2
sudo make install
Expand Down

0 comments on commit 746e855

Please sign in to comment.