RustAudio / rust-lv2

A safe, fast, and modular framework to create LV2 plugins, written in Rust
Apache License 2.0
171 stars 23 forks source link

Fixing the installation script #79

Closed JOOpdenhoevel closed 4 years ago

JOOpdenhoevel commented 4 years ago

The way the installation script handles targets is faulty.

Now, the first argument of the script is interpreted as the target to build and if it's left out, no target flag is used at all.