mirror of https://github.com/google/oss-fuzz.git
Fix #1160
This commit is contained in:
parent
27be2ccf15
commit
80bcc0f23e
|
@ -16,7 +16,7 @@
|
|||
################################################################################
|
||||
|
||||
cd $SRC/fribidi
|
||||
./autogen.sh --enable-static=yes --enable-shared=no --with-pic=yes --prefix=/work/
|
||||
./autogen.sh --disable-docs --enable-static=yes --enable-shared=no --with-pic=yes --prefix=/work/
|
||||
# Don't run "make": it's broken. Run "make install".
|
||||
make install
|
||||
|
||||
|
|
Loading…
Reference in New Issue