Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create an out_dir instead of
OUT_DIR = .
Summary: These targets were relying on the fact that `include!()` accepts relative paths. In a cargo environment however, https://doc.rust-lang.org/cargo/reference/environment-variables.html, `OUT_DIR` will point to an abspath where build scripts write to. We can achieve the same thing in practice with a filegroup. Reviewed By: dtolnay Differential Revision: D63335477 fbshipit-source-id: fe9cbbf14d05e714806e457de094f27a989160b0
- Loading branch information