Merge pull request #162 from arcnmx/patch-1

stdbuild conditional change
This commit is contained in:
Alex Crichton 2016-01-29 11:38:01 -08:00
commit f9b9e1d9b3
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ pub const POLLNVAL: ::c_short = 0x20;
pub const IF_NAMESIZE: ::size_t = 16;
cfg_if! {
if #[cfg(feature = "default")] {
if #[cfg(not(stdbuild))] {
// cargo build, don't pull in anything extra as the libstd dep
// already pulls in all libs.
} else if #[cfg(target_env = "musl")] {