cbindgen issues

This commit is contained in:
ssrlive 2024-11-16 23:52:17 +08:00
parent 7314906841
commit ee4df8f97b
6 changed files with 12 additions and 8 deletions

View file

@ -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() {