cbindgen icon indicating copy to clipboard operation
cbindgen copied to clipboard

Why the path turn out to be absolute path?

Open lygstate opened this issue 5 years ago • 2 comments
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?

lygstate avatar Oct 14 '20 20:10 lygstate

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.

emilio avatar Oct 19 '20 14:10 emilio

https://github.com/rulibc/rulibc/tree/master/src/header/_aio Here it is

lygstate avatar Oct 19 '20 14:10 lygstate