mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Set CURRENT_GST
This commit is contained in:
parent
3cbd0a861d
commit
62856bcad0
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ def get_subprocess_env(options):
|
|||
|
||||
prepend_env_var(env, "GST_PLUGIN_PATH", projpath)
|
||||
|
||||
env["CURRENT_GST"] = os.path.normpath(SCRIPTDIR + "/subprojects")
|
||||
env["GST_VALIDATE_SCENARIOS_PATH"] = os.path.normpath(
|
||||
"%s/subprojects/gst-devtools/validate/data/scenarios" % SCRIPTDIR)
|
||||
env["GST_VALIDATE_PLUGIN_PATH"] = os.path.normpath(
|
||||
|
|
Loading…
Reference in a new issue