Some cleanup and housekeeping
This commit is contained in:
parent
12ab519046
commit
fcd5acba08
57 changed files with 137 additions and 304 deletions
|
@ -34,10 +34,7 @@ ffbuild_dockerbuild() {
|
|||
|
||||
export LIBS="-lpthread"
|
||||
|
||||
./autogen.sh "${myconf[@]}" || return -1
|
||||
make -j$(nproc) || return -1
|
||||
make install || return -1
|
||||
|
||||
cd ..
|
||||
rm -rf harfbuzz
|
||||
./autogen.sh "${myconf[@]}"
|
||||
make -j$(nproc)
|
||||
make install
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue