zimg depends on submodules now
This commit is contained in:
parent
c065001c71
commit
f8f6de13db
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
SCRIPT_REPO="https://github.com/sekrit-twc/zimg.git"
|
||||
SCRIPT_COMMIT="51c3c7f750c2af61955377faad56e3ba1b03589f"
|
||||
SCRIPT_COMMIT="598610059037bd815eedfec4f5b3683e8066446c"
|
||||
|
||||
ffbuild_enabled() {
|
||||
return 0
|
||||
|
@ -10,6 +10,7 @@ ffbuild_enabled() {
|
|||
ffbuild_dockerbuild() {
|
||||
git-mini-clone "$SCRIPT_REPO" "$SCRIPT_COMMIT" zimg
|
||||
cd zimg
|
||||
git submodule update --init --recursive --depth=1
|
||||
|
||||
./autogen.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue