Skip to content

Commit 56b6135

Browse files
illwieckzslipher
authored andcommitted
external_deps: revert ogg from cmake to configure (it does not install)
1 parent 2672541 commit 56b6135

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

external_deps/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,8 @@ build_ogg() {
725725
cat <(echo '#include <stdint.h>') include/ogg/os_types.h > os_types.tmp
726726
mv os_types.tmp include/ogg/os_types.h
727727

728-
cmake_build
728+
# The provided CMakeLists.txt doesn't have an install target.
729+
configure_build
729730
}
730731

731732
# Build Vorbis

0 commit comments

Comments
 (0)