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 79af8f2 commit 17fd4c3Copy full SHA for 17fd4c3
build-libass.sh
@@ -17,7 +17,7 @@ echo -e "\n[Build fribidi]"
17
cd $SRC_DIR/fribidi
18
NOCONFIGURE=1 ./autogen.sh
19
CFLAGS="$CFLAGS -DHAVE_STRINGIZE" ./configure "--host=${BUILD_ARCH}-windows" --prefix=$INSTALL_PREFIX --disable-shared --enable-static --disable-dependency-tracking
20
-make -C lib install -j1
+make -C lib install -j1 CFLAGS="$CFLAGS -DHAVE_STRINGIZE"
21
make install-data-am
22
23
0 commit comments