csharp: don't force a build when updating sources

This commit is contained in:
Andoni Morales Alastruey 2023-07-24 16:38:54 +02:00
parent 49adba12b3
commit 90e5fec8be

View file

@ -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: