Adam Snaider | 1c095c9 | 2023-07-08 02:09:58 -0400 | [diff] [blame] | 1 | """Public Cargo features for Bazel.""" |
2 | |||||
3 | # `symlink-exec-root` feature will symlink the execroot to the build script execution directory. | ||||
4 | # | ||||
5 | # This is useful for building with hermetic C++ toolchains. | ||||
6 | SYMLINK_EXEC_ROOT_FEATURE = "symlink-exec-root" |