diff options
Diffstat (limited to 'recipes/gst-sdk-shell.recipe')
-rw-r--r-- | recipes/gst-sdk-shell.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gst-sdk-shell.recipe b/recipes/gst-sdk-shell.recipe index e6bd197..3a094b7 100644 --- a/recipes/gst-sdk-shell.recipe +++ b/recipes/gst-sdk-shell.recipe @@ -18,5 +18,5 @@ class Recipe(recipe.Recipe): py_prefix = self.config.py_prefix output_dir = prefix gensdkshell = GenSdkShell() - gensdkshell.runargs(self.config, name, prefix, libdir, py_prefix, - output_dir) + gensdkshell.runargs(self.config, name, output_dir, prefix, libdir, + py_prefix) |