You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if entry.path().is_dir() && check_nginx_root(&entry.path()){
138
+
return entry.path().to_str().unwrap().to_owned();
139
+
}
140
+
}
141
+
}
142
+
}
143
+
120
144
panic!("We need to generate the Rust bindings from the Nginx header files but the Nginx folder cannot be found. Please git clone the nginx repo in any of these locations relative to this folder: {base_locations:?}");
0 commit comments