mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-05-20 07:26:58 -04:00
refactor: update the function name
This commit is contained in:
@@ -4,7 +4,7 @@ fn main() {
|
||||
println!("cargo:rerun-if-changed=src/vpn/vpn.c");
|
||||
println!("cargo:rerun-if-changed=src/vpn/vpn.h");
|
||||
|
||||
// Compile the wrapper.c file
|
||||
// Compile the vpn.c file
|
||||
cc::Build::new()
|
||||
.file("src/vpn/vpn.c")
|
||||
.include("src/vpn")
|
||||
|
||||
Reference in New Issue
Block a user