Merge "Fix dependencies through symlinks"

This commit is contained in:
Treehugger Robot 2020-01-16 23:21:25 +00:00 committed by Gerrit Code Review
commit d66b2fd3cf

View file

@ -1746,7 +1746,7 @@ func (m *moduleContext) InstallSymlink(installPath InstallPath, name string, src
Rule: Symlink,
Description: "install symlink " + fullInstallPath.Base(),
Output: fullInstallPath,
OrderOnly: Paths{srcPath},
Input: srcPath,
Default: !m.Config().EmbeddedInMake(),
Args: map[string]string{
"fromPath": relPath,