mirror of
https://github.com/nu774/fdkaac.git
synced 2024-12-26 15:22:54 +01:00
fix ci again: s/PKG_CONFIG_LIBPATH/PKG_CONFIG_LIBDIR/
This commit is contained in:
parent
2dd2b3c61b
commit
98d90e76d6
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
autoreconf -fiv
|
||||
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
|
||||
make -j2
|
||||
sudo make install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user