From 651117f4a351c2aa81b096c3c9b3132981f8ee77 Mon Sep 17 00:00:00 2001 From: Sven Nilsen Date: Sun, 20 Oct 2024 14:50:05 +0200 Subject: [PATCH] Fixed build error This line prevents publishing to crates.io --- build.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.rs b/build.rs index 3ed8e8a..f0f7b9d 100644 --- a/build.rs +++ b/build.rs @@ -23,6 +23,7 @@ fn main() { return; } + /* // From libpng/png.h: // "If pnglibconf.h is missing, you can copy scripts/pnglibconf.h.prebuilt to pnglibconf.h" std::fs::copy( @@ -30,6 +31,7 @@ fn main() { "libpng/pnglibconf.h", ) .unwrap(); + */ let mut build = cc::Build::new();