-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a path name error in cc_common.link.
Currently, if cc_common.link is called for a library "foo/bar/libbaz.so", the output is "foo/bar/foo/bar/libbaz.so". This is because Blaze mishandles the subpath of the file during linking. This change fixes this issue with doubled subdirectories, while preserving the intended effect of that path-handling code. PiperOrigin-RevId: 386909211
- Loading branch information
1 parent
0cf5366
commit b4cc44c
Showing
1 changed file
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters