Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue where libtool_check_unique isn't found for sandbox builds
It seems that for sandbox builds, the executable isn't copied over. libtool still succeeds, but it prints out an error message about the missing executable. This change, which I just made to mimic wrapped_clang, appears to fix it. I have no idea if there are other changes that should also be made for this, e.g. in tools/osx/crosstool/cc_toolchain_config.bzl wrapped_clang is referenced a lot but libtool_check_unique is not. Closes #12046. PiperOrigin-RevId: 332511362
- Loading branch information