Fix run_target usage
This commit is contained in:
parent
0b58ccccbb
commit
be5e8af9e2
@ -44,5 +44,5 @@ foreach subproj: subprojects
|
||||
endforeach
|
||||
|
||||
setenv = find_program('gst-uninstalled.py')
|
||||
run_target('uninstalled', setenv, '--builddir=@0@'.format(meson.current_build_dir()),
|
||||
'--gst-version=@0@'.format(gst_branch))
|
||||
run_target('uninstalled', command : [setenv, '--builddir=@0@'.format(meson.current_build_dir()),
|
||||
'--gst-version=@0@'.format(gst_branch)])
|
||||
|
Loading…
x
Reference in New Issue
Block a user