← Back
Editing: build.rs.tt
pub fn main() -> Result<(), Box<dyn std::error::Error>> { let _ = rb_sys_env::activate()?; Ok(()) }
Save File
Cancel