We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88bc65d commit 3f1a0dfCopy full SHA for 3f1a0df
build-libass.sh
@@ -18,7 +18,7 @@ cd $SRC_DIR/fribidi
18
NOCONFIGURE=1 ./autogen.sh
19
FRIBIDI_CFLAGS="-DHAVE_STRINGIZE"
20
CFLAGS="$FRIBIDI_CFLAGS" ./configure "--host=${BUILD_ARCH}-windows" --prefix=$INSTALL_PREFIX --disable-shared --enable-static --disable-dependency-tracking
21
-make -C gen.tab install -j$(nproc) CFLAGS="$FRIBIDI_CFLAGS"
+make -C gen.tab -j$(nproc) CFLAGS="$FRIBIDI_CFLAGS"
22
make -C lib install -j$(nproc) CFLAGS="$CFLAGS $FRIBIDI_CFLAGS"
23
make install-data-am
24
0 commit comments