dtolnay / cxx

Safe interop between Rust and C++
https://cxx.rs
Apache License 2.0
5.68k stars 320 forks source link

Switch to bundled buck2 prelude #1345

Closed dtolnay closed 1 month ago

dtolnay commented 1 month ago

https://buck2.build/docs/users/advanced/external_cells/

dtolnay commented 1 month ago

@JakobDegen, this is working on Linux and macOS, but not Windows.

BUILD FAILED
From load at implicit location

Caused by:
    0: non-forward relative bundled path (internal error)
    1: expected a normalized path but got an un-normalized path instead: `abi\BUCK.v2`
dtolnay commented 1 month ago

Fixed by https://github.com/facebook/buck2/commit/9de4fc1729c49eb7b000be7a0a5cd8d2aa6db136. Thank you!