Delete toolchain_library
Test: m && ci Change-Id: Iab5267e02e3559431d980c70a58b49c2b8b4e6de
This commit is contained in:
@@ -427,7 +427,7 @@ func (linker *baseLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
||||
|
||||
deps.LateSharedLibs = append(deps.LateSharedLibs, deps.SystemSharedLibs...)
|
||||
|
||||
if ctx.Windows() {
|
||||
if ctx.Windows() && ctx.ModuleName() != "libwinpthread" {
|
||||
deps.LateStaticLibs = append(deps.LateStaticLibs, "libwinpthread")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user