mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
handle-subprojects-cache: Remove old gst-build path
this was a leftover from the monorepo transition. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5347>
This commit is contained in:
parent
f3d98341e3
commit
aa515b0276
1 changed files with 1 additions and 2 deletions
|
@ -44,8 +44,7 @@ def create_cache_in_image(options):
|
|||
|
||||
|
||||
def copy_cache(options):
|
||||
# FIXME Remove when not needed anymore.
|
||||
for path in [DEST, "/gst-build/subprojects", r"C:\gst-build\subprojects"]:
|
||||
for path in [DEST, r"C:\gst-build\subprojects"]:
|
||||
if not os.path.exists(path):
|
||||
print("%s doesn't exist." % path)
|
||||
continue
|
||||
|
|
Loading…
Reference in a new issue