gst-uninstalled: Use absolute path to custom builddir

This commit is contained in:
Nirbheek Chauhan 2018-05-05 18:38:00 +05:30
parent 184259f281
commit d7b86636f9

View file

@ -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" %