mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-05-15 06:22:45 +00:00
Fix #115
This commit is contained in:
parent
e6360d83a7
commit
d062b1b66a
5 changed files with 5 additions and 5 deletions
|
@ -92,7 +92,7 @@ function build_android() {
|
|||
cp $BASE/target/$target/${mode2}/lib${name}.so $android_libs/${target_dir}/lib${name}.so
|
||||
done
|
||||
|
||||
cbindgen -c $BASE/cbindgen.toml -l C -o $android_libs/$name.h
|
||||
cbindgen -c $BASE/cbindgen.toml -l C --cpp-compat -o $android_libs/$name.h
|
||||
}
|
||||
|
||||
function main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue