installdeps: fix git submodule update
Add `--init`. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
parent
b757048203
commit
e113508593
|
@ -264,7 +264,7 @@ check_cross() {
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# get the necessary win32 headers
|
# get the necessary win32 headers
|
||||||
check git submodule update --remote --recursive
|
check git submodule update --init --remote --recursive
|
||||||
;;
|
;;
|
||||||
m32|-m32)
|
m32|-m32)
|
||||||
target=m32
|
target=m32
|
||||||
|
|
Loading…
Reference in New Issue