Skip to content

Commit

Permalink
mingw64 libaudiofile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vampirefrog committed Nov 14, 2024
1 parent 51503b7 commit 2d1e5f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/msys-mingw64-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
msystem: MINGW64
update: true
install: git make pkg-config mingw64/mingw-w64-x86_64-gcc mingw64/mingw-w64-x86_64-portaudio mingw64/mingw-w64-x86_64-nsis bison flex zip unzip
install: git make pkg-config mingw64/mingw-w64-x86_64-gcc mingw64/mingw-w64-x86_64-portaudio mingw64/mingw-w64-x86_64-audiofile mingw64/mingw-w64-x86_64-nsis bison flex zip unzip
- name: Build with make
run: make
- name: Copy DLLs over
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msys2-mingw64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
msystem: MINGW64
update: true
install: git make pkg-config mingw64/mingw-w64-x86_64-gcc mingw64/mingw-w64-x86_64-portaudio mingw64/mingw-w64-x86_64-nsis bison flex zip
install: git make pkg-config mingw64/mingw-w64-x86_64-gcc mingw64/mingw-w64-x86_64-portaudio mingw64/mingw-w64-x86_64-audiofile mingw64/mingw-w64-x86_64-nsis bison flex zip
- name: Build with make
run: make
- run: rm -f gensinc.exe
Expand Down

0 comments on commit 2d1e5f7

Please sign in to comment.