cbindgen
cbindgen copied to clipboard
Why the path turn out to be absolute path?
trafficstars
../target/dist/include\wchar.h
cargo:rerun-if-changed="../src/header\\wctype"
cargo:rerun-if-changed="../src/header\\wctype\\cbindgen.toml"
cargo:rerun-if-changed="../src/header\\wctype\\mod.rs"
../target/dist/include\wctype.h
cargo:rerun-if-changed="../src/header\\_aio"
cargo:rerun-if-changed="../src/header\\_aio\\cbindgen.toml"
cargo:rerun-if-changed="../src/header\\_aio\\mod.rs"
/aio.h
other things are fine, but __aio turn out to be /aio.h, any intentsion?
Can you attach or link to a test-case that reproduces the issue? cbindgen doesn't output rerun-if-changed so I don't know where those are coming from.
https://github.com/rulibc/rulibc/tree/master/src/header/_aio Here it is