mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
csharp: don't force a build when updating sources
This commit is contained in:
parent
49adba12b3
commit
90e5fec8be
1 changed files with 0 additions and 3 deletions
|
@ -22,9 +22,6 @@ if __name__ == "__main__":
|
|||
if len(sys.argv) > 1 and sys.argv[1] == "bindinate":
|
||||
bindinate = True
|
||||
|
||||
print("Building all code")
|
||||
subprocess.check_call([ninja, "-C", buildroot])
|
||||
|
||||
if 'gstreamer-sharp' in os.environ['MESON_SUBDIR']:
|
||||
subproject_prefix = 'gstreamer-sharp@@'
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue