Skip to content

rust: cargo: Fix Build Command Error

Vikram Kangotra requested to merge vikram-kangotra/vlc:fix-cargo-test into master

Fixes

error: unexpected argument '--target' found

and since -C is marked unstable, we need to use -Z unstable-options flag

Merge request reports