From 3de5af2cf32dac09e514ca8af83d90606cd0956b Mon Sep 17 00:00:00 2001 From: Jerome Wu Date: Tue, 4 Oct 2022 19:28:38 +0800 Subject: [PATCH] Fix vorbis build script --- build/vorbis.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/vorbis.sh b/build/vorbis.sh index e135b0c..5c90655 100755 --- a/build/vorbis.sh +++ b/build/vorbis.sh @@ -16,6 +16,5 @@ CONF_FLAGS=( --disable-dependency-tracking # speed up one-time build ) -emconfigure ./autogen.sh -emconfigure ./configure "${CONF_FLAGS[@]}" +emconfigure ./autogen.sh "${CONF_FLAGS[@]}" emmake make install -j