Skip to content

Commit 17fd4c3

Browse files
committed
rebuild
1 parent 79af8f2 commit 17fd4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-libass.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ echo -e "\n[Build fribidi]"
1717
cd $SRC_DIR/fribidi
1818
NOCONFIGURE=1 ./autogen.sh
1919
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
20+
make -C lib install -j1 CFLAGS="$CFLAGS -DHAVE_STRINGIZE"
2121
make install-data-am
2222

2323

0 commit comments

Comments
 (0)