Devolutions / conan-rs

A Rust wrapper of the conan C/C++ package manager (conan.io) to simplify usage in build scripts
Apache License 2.0
37 stars 10 forks source link

Un-break "build_type" setting detection #13

Closed ravenexp closed 1 year ago

ravenexp commented 1 year ago

Restore the previous (v0.2) behavior where the Conan "build_type" setting value is derived from the "PROFILE" environment variable set by Cargo.

Also fixes the issue where the user-provided "build_type" setting value is silently ignored if "PROFILE" is set.