mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
gst-uninstalled: Use absolute path to custom builddir
This commit is contained in:
parent
184259f281
commit
d7b86636f9
1 changed files with 1 additions and 0 deletions
|
@ -216,6 +216,7 @@ if __name__ == "__main__":
|
|||
print("GStreamer not built in %s\n\nBuild it and try again" %
|
||||
options.builddir)
|
||||
exit(1)
|
||||
options.builddir = os.path.abspath(options.builddir)
|
||||
|
||||
if not os.path.exists(options.srcdir):
|
||||
print("The specified source dir does not exist" %
|
||||
|
|
Loading…
Reference in a new issue