Merge "Fix dependencies through symlinks"
This commit is contained in:
commit
d66b2fd3cf
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue