Added Windows support for the bind shell
Brings in support from winpcap as npcap has a restrictive license
This commit is contained in:
@@ -23,7 +23,7 @@ fn main() -> std::io::Result<()> {
|
||||
let mut options = CopyOptions::new();
|
||||
options.copy_inside = true;
|
||||
options.skip_exist = true;
|
||||
copy(std::env!("SPARSE_BUILD_LIBNL"), &libnl_src, &options).expect("could not copy nl");
|
||||
copy(std::env::var("SPARSE_BUILD_LIBNL").unwrap(), &libnl_src, &options).expect("could not copy nl");
|
||||
|
||||
let dst = autotools::Config::new(libnl_src).reconf("-vi").build();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user