mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-05-14 22:12:47 +00:00
cbindgen issues
This commit is contained in:
parent
7314906841
commit
ee4df8f97b
6 changed files with 12 additions and 8 deletions
|
@ -108,7 +108,7 @@ function build_android() {
|
|||
cp $BASE/target/$target/${mode2}/lib${name}.a $android_libs/${target_dir}/lib${name}.a
|
||||
done
|
||||
|
||||
cbindgen -c $BASE/cbindgen.toml -l C --cpp-compat -o $android_libs/$name.h
|
||||
cbindgen -c $BASE/cbindgen.toml -o $android_libs/$name.h
|
||||
}
|
||||
|
||||
function main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue