File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ export PATH=$TOOLCHAIN_SRCDIR:$PATH
1616echo -e " \n[Build fribidi]"
1717cd $SRC_DIR /fribidi
1818NOCONFIGURE=1 ./autogen.sh
19- FRIBIDI_CFLAGS=" $CFLAGS -DHAVE_STRINGIZE -DDONT_HAVE_FRIBIDI_UNICODE_VERSION_H "
19+ FRIBIDI_CFLAGS=" -DHAVE_STRINGIZE"
2020CFLAGS=" $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 "
21+ make -C gen.tab install -j$( nproc) CFLAGS=" $FRIBIDI_CFLAGS "
22+ make -C lib install -j$( nproc) CFLAGS=" $CFLAGS $FRIBIDI_CFLAGS "
2223make install-data-am
2324
2425
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ add_ffargs() {
3535apply-patch () {
3636 GIT_CMD=" git -C $1 apply $( pwd) /patches/$2 --ignore-whitespace"
3737 if ! $GIT_CMD -R --check 2> /dev/null; then
38- echo Apply patch $2 for $1
38+ echo Apply $2 for $1
3939 $GIT_CMD
4040 else
4141 echo Skip $2 for $1
@@ -62,7 +62,7 @@ if [ -n "$ENABLE_LIBHARFBUZZ" ]; then
6262fi
6363
6464if [ -n " $ENABLE_LIBASS " ]; then
65- apply-patch fribidi fribidi.patch
65+ # apply-patch fribidi fribidi.patch
6666 ./build-libass.sh
6767 add_ffargs " --enable-libass"
6868fi
You can’t perform that action at this time.
0 commit comments