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 7d08ff3 commit c97a4aeCopy full SHA for c97a4ae
build-libass.sh
@@ -16,8 +16,9 @@ export PATH=$TOOLCHAIN_SRCDIR:$PATH
16
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 -j$(nproc) CFLAGS="$CFLAGS -DHAVE_STRINGIZE"
+FRIBIDI_CFLAGS="$CFLAGS -DHAVE_STRINGIZE -DDONT_HAVE_FRIBIDI_UNICODE_VERSION_H"
+CFLAGS="$FRIBIDI_CFLAGS" ./configure "--host=${BUILD_ARCH}-windows" --prefix=$INSTALL_PREFIX --disable-shared --enable-static --disable-dependency-tracking
21
+make -C lib install -j$(nproc) CFLAGS="$FRIBIDI_CFLAGS"
22
make install-data-am
23
24
0 commit comments