mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
handle-subprojects-cache: Remove old gst-build search path
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5543>
This commit is contained in:
parent
9483061e31
commit
58119a3dea
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@ Copies current subproject git repository to create a cache
|
|||
|
||||
import shutil
|
||||
import os
|
||||
import sys
|
||||
import argparse
|
||||
import subprocess
|
||||
|
||||
|
@ -44,7 +43,7 @@ def create_cache_in_image(options):
|
|||
|
||||
|
||||
def copy_cache(options):
|
||||
for path in [options.cache_dir, r"C:\gst-build\subprojects"]:
|
||||
for path in [options.cache_dir]:
|
||||
if not os.path.exists(path):
|
||||
print("%s doesn't exist." % path)
|
||||
continue
|
||||
|
|
Loading…
Reference in a new issue