This commit is contained in:
Abhishek Arya 2018-02-15 06:56:34 -08:00 committed by GitHub
parent b27bf929a7
commit 9db38ff62d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -16,8 +16,7 @@
################################################################################
cd $SRC/fribidi
./bootstrap
./configure --enable-static=yes --enable-shared=no --with-pic=yes --prefix=/work/
./autogen.sh --enable-static=yes --enable-shared=no --with-pic=yes --prefix=/work/
# Don't run "make": it's broken. Run "make install".
make install