johnyburd / net-route

Rust crate providing a cross platform interface for interacting with the routing table
https://docs.rs/net-route/
17 stars 12 forks source link

bindings.rs: No such file or directory (os error 2) on macOs #13

Closed xmh0511 closed 8 months ago

xmh0511 commented 8 months ago
target/debug/build/net-route-02f35d3dceb1c1e4/out/bindings.rs: No such file or directory (os error 2)
  |
5 | include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the macro `include` (in Nightly builds, run with -Z macro-backtrace for more info)
johnyburd commented 8 months ago

14