Skip to content

Commit e3b138d

Browse files
committed
retest
1 parent a865868 commit e3b138d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-libass.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ export PATH=$PATH:$GNULIB_SRCDIR
1212

1313
echo -e "\n[Build fribidi]"
1414
cd $SRC_DIR/fribidi
15-
./autogen.sh
15+
NOCONFIGURE=1 ./autogen.sh
1616
./configure "--host=${BUILD_ARCH}-windows" --prefix=$INSTALL_PREFIX --disable-shared --enable-static --disable-dependency-tracking
1717
make -C lib install -j$(nproc) CFLAGS="$CFLAGS -DHAVE_STRINGIZE"
1818
make install-data-am
1919

2020

2121
echo -e "\n[Build libass]"
2222
cd $SRC_DIR/libass
23-
./autogen.sh
23+
NOCONFIGURE=1 ./autogen.sh
2424
./configure "--host=${BUILD_ARCH}-windows" --prefix=$INSTALL_PREFIX --disable-shared --enable-static --disable-asm --disable-dependency-tracking
2525
make install -j$(nproc)
2626
make install-data-am

0 commit comments

Comments
 (0)