Merge "Add default_shared_libs property"
This commit is contained in:
3
cc/cc.go
3
cc/cc.go
@@ -571,7 +571,8 @@ type specifiedDeps struct {
|
||||
sharedLibs []string
|
||||
// Note nil and [] are semantically distinct. [] prevents linking against the defaults (usually
|
||||
// libc, libm, etc.)
|
||||
systemSharedLibs []string
|
||||
systemSharedLibs []string
|
||||
defaultSharedLibs []string
|
||||
}
|
||||
|
||||
// installer is the interface for an installer helper object. This helper is responsible for
|
||||
|
Reference in New Issue
Block a user