minetest-wasm/build_libvorbis.sh

13 lines
234 B
Bash
Raw Permalink Normal View History

2022-03-29 20:04:49 -07:00
#!/bin/bash -eux
source common.sh
unpack_source libvorbis
2022-03-29 20:04:49 -07:00
pushd "$BUILD_DIR/libvorbis"
2022-03-29 20:04:49 -07:00
emconfigure ./configure --disable-shared --prefix="$INSTALL_DIR" --with-ogg="$INSTALL_DIR"
emmake make
emmake make install
echo "libvorbis OK"