We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc0128 commit 74a453dCopy full SHA for 74a453d
boring-sys/build.rs
@@ -98,7 +98,7 @@ fn get_ios_sdk_name() -> &'static str {
98
/// so adjust library location based on platform and build target.
99
/// See issue: https://github.com/alexcrichton/cmake-rs/issues/18
100
fn get_boringssl_platform_output_path() -> String {
101
- if cfg!(windows) {
+ if cfg!(target_env = "msvc") {
102
// Code under this branch should match the logic in cmake-rs
103
let debug_env_var = std::env::var("DEBUG").expect("DEBUG variable not defined in env");
104
0 commit comments