diff options
-rw-r--r-- | nix-test/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-test/build.rs b/nix-test/build.rs index 0c18e1c8..5d1b1bba 100644 --- a/nix-test/build.rs +++ b/nix-test/build.rs @@ -13,7 +13,7 @@ pub fn main() { "UNKNOWN" }; - gcc::Config::new() + gcc::Build::new() .file("src/const.c") .file("src/sizes.c") .define(os, None) |