build: fix link runtime
This commit is contained in:
@@ -356,7 +356,7 @@ func linkMainPkg(pkg *packages.Package, pkgs []*aPackage, llFiles []string, conf
|
|||||||
}
|
}
|
||||||
|
|
||||||
dirty := false
|
dirty := false
|
||||||
if needRuntime && llFiles != nil {
|
if needRuntime {
|
||||||
for _, file := range llFiles {
|
for _, file := range llFiles {
|
||||||
args = appendLinkFiles(args, file)
|
args = appendLinkFiles(args, file)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user