From 21bb04da3646644ea75e56aeb85e5ecd015868b0 Mon Sep 17 00:00:00 2001 From: thelearnerofcode Date: Sat, 9 Sep 2017 15:03:35 -0400 Subject: [PATCH] Switched gcc::Config to gcc:Build in build.rs. --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.rs b/build.rs index e934539..a1028f7 100644 --- a/build.rs +++ b/build.rs @@ -6,7 +6,7 @@ fn main() { { use std::env; - let mut config = gcc::Config::new(); + let mut config = gcc::Build::new(); let target_os = env::var("CARGO_CFG_TARGET_OS"); let target_family = env::var("CARGO_CFG_TARGET_FAMILY");