File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44# This software is released under the MIT License.
55# https://opensource.org/licenses/MIT
66
7- set -e
7+ set -ex
88SRC_DIR=$( pwd)
99export GNULIB_SRCDIR=" $SRC_DIR /gnutls/gnulib"
1010export PATH=$PATH :$GNULIB_SRCDIR
1111
1212echo -e " \n[Build fribidi]"
1313cd $SRC_DIR /fribidi
1414./autogen.sh
15- ./configure --host=${BUILD_ARCH} -windows --prefix=$INSTALL_PREFIX --disable-shared --enable-static --disable-dependency-tracking
15+ ./configure " --host=${BUILD_ARCH} -windows" --prefix=$INSTALL_PREFIX --disable-shared --enable-static --disable-dependency-tracking
1616make -C lib install -j$( nproc) CFLAGS=" $CFLAGS -DHAVE_STRINGIZE"
1717make install-data-am
1818
1919
2020echo -e " \n[Build libass]"
2121cd $SRC_DIR /libass
2222./autogen.sh
23- ./configure --host=${BUILD_ARCH} -windows --prefix=$INSTALL_PREFIX --disable-shared --enable-static --disable-asm --disable-dependency-tracking
23+ ./configure " --host=${BUILD_ARCH} -windows" --prefix=$INSTALL_PREFIX --disable-shared --enable-static --disable-asm --disable-dependency-tracking
2424make install -j$( nproc)
2525make install-data-am
2626
You can’t perform that action at this time.
0 commit comments