|
@@ -11,7 +11,7 @@ do
|
|
name="$(basename "$dir")"
|
|
name="$(basename "$dir")"
|
|
if [ "${name:0:1}" != "_" ]
|
|
if [ "${name:0:1}" != "_" ]
|
|
then
|
|
then
|
|
- header="$include/${name/_/\/}.h"
|
|
|
|
|
|
+ header="$include/${name/_//}.h"
|
|
pushd "$dir"
|
|
pushd "$dir"
|
|
cargo run --release --manifest-path "$cbindgen/Cargo.toml" -- \
|
|
cargo run --release --manifest-path "$cbindgen/Cargo.toml" -- \
|
|
-c cbindgen.toml -o "$header" mod.rs
|
|
-c cbindgen.toml -o "$header" mod.rs
|