forked from mirrors/gstreamer-rs
Run cargo build on gir unless there was a git submodule update failure
This commit is contained in:
parent
ca96014c47
commit
fec4e12410
1 changed files with 6 additions and 7 deletions
|
@ -57,7 +57,6 @@ def def_check_submodule(submodule_path):
|
||||||
def build_gir_if_needed(updated_submodule):
|
def build_gir_if_needed(updated_submodule):
|
||||||
if updated_submodule == FAILURE:
|
if updated_submodule == FAILURE:
|
||||||
return False
|
return False
|
||||||
elif updated_submodule == NEED_UPDATE or not isfile('./gir/target/release/gir'):
|
|
||||||
print('=> Building gir...')
|
print('=> Building gir...')
|
||||||
if update_workspace() is True:
|
if update_workspace() is True:
|
||||||
print('<= Done!')
|
print('<= Done!')
|
||||||
|
|
Loading…
Reference in a new issue