mirror of https://github.com/google/oss-fuzz.git
Use make instead of make install in fribidi
This commit is contained in:
parent
6d74be53b8
commit
96e247040f
|
@ -17,8 +17,7 @@
|
|||
|
||||
cd $SRC/fribidi
|
||||
./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
|
||||
make
|
||||
|
||||
cd $SRC/libass
|
||||
|
||||
|
|
Loading…
Reference in New Issue