Remove windows only from build.rs

This commit is contained in:
Hazel
2023-04-22 15:58:38 -07:00
committed by GitHub
parent 3766b1aa3d
commit bc628387a8
-1
View File
@@ -1,4 +1,3 @@
fn main() {
println!("cargo:rustc-env=LITCRYPT_ENCRYPT_KEY=MY-SECRET-SPELL"); // I couldn't get this to work without passing this as an environment variable
println!("cargo:rustc-env=SECRET_ENV=Shhhhhh");
}