We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a865868 commit e3b138dCopy full SHA for e3b138d
build-libass.sh
@@ -12,15 +12,15 @@ export PATH=$PATH:$GNULIB_SRCDIR
12
13
echo -e "\n[Build fribidi]"
14
cd $SRC_DIR/fribidi
15
-./autogen.sh
+NOCONFIGURE=1 ./autogen.sh
16
./configure "--host=${BUILD_ARCH}-windows" --prefix=$INSTALL_PREFIX --disable-shared --enable-static --disable-dependency-tracking
17
make -C lib install -j$(nproc) CFLAGS="$CFLAGS -DHAVE_STRINGIZE"
18
make install-data-am
19
20
21
echo -e "\n[Build libass]"
22
cd $SRC_DIR/libass
23
24
./configure "--host=${BUILD_ARCH}-windows" --prefix=$INSTALL_PREFIX --disable-shared --enable-static --disable-asm --disable-dependency-tracking
25
make install -j$(nproc)
26
0 commit comments