diff --git a/build.rs b/build.rs index a8dddc4..2f41f9c 100644 --- a/build.rs +++ b/build.rs @@ -24,7 +24,7 @@ fn main() { if target.contains("windows") { println!("cargo:rustc-link-lib=libEGL"); } else { - println!("cargo:rust-link-lib=EGL"); + println!("cargo:rustc-link-lib=EGL"); } }