Skip to content

Commit

Permalink
vorbis-cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Nov 11, 2024
1 parent af02cb2 commit 03961c7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion external_deps/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,13 @@ build_vorbis() {

cd "${dir_name}"

cmake_build
# Workaround a build issue on MinGW:
# See: https://github.com/microsoft/vcpkg/issues/22990
# and: https://github.com/microsoft/vcpkg/pull/23761
ls win32/vorbis.def win32/vorbisenc.def win32/vorbisfile.def \
| xargs -I{} -P3 sed -e 's/LIBRARY//' -i {}

cmake_build || cat win32/vorbis.def
}

# Build Opus
Expand Down

0 comments on commit 03961c7

Please sign in to comment.