gifski: add makejobs to cargo build

This commit is contained in:
cr6git 2018-09-24 09:55:56 +02:00 committed by GitHub
parent 737a85f096
commit d0ae6715f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ checksum=0c4f946e873e26777423e1bab37392220aec9382ae818866d2e3a52b3c976cf1
nocross=yes
do_build() {
cargo build --release --features=openmp
cargo build --release --features=openmp ${makejobs}
}
do_install() {