mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-24 20:41:00 +00:00
meson: fix out of tree build
Needed for gst-build integration. Thanks to Michael Farrell for the fix suggestion. Fix #171
This commit is contained in:
parent
0a7d1639e7
commit
32ef12e738
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@ else:
|
|||
print("Unknown command:", command)
|
||||
sys.exit(1)
|
||||
|
||||
cargo_cmd.extend(
|
||||
['--manifest-path', os.path.join(meson_current_source_dir, 'Cargo.toml')])
|
||||
|
||||
cargo_cmd.extend(['--prefix', prefix, '--libdir',
|
||||
os.path.join(prefix, libdir)])
|
||||
|
||||
|
|
Loading…
Reference in a new issue