diff options
| author | 2021-06-30 14:27:20 +0000 | |
|---|---|---|
| committer | 2021-06-30 14:27:20 +0000 | |
| commit | e19e6196b9ae292bbb541674f1c9600b2c5b3cdc (patch) | |
| tree | cfc32fca174e2abc6bd141d8ff30ead80426577e /cc/cc.go | |
| parent | 1dfd1039a56d8cb978a5762810ea5904e05ee6db (diff) | |
| parent | 9ecb42dd31d61ca77e622fb0c7fc39cd2677f80c (diff) | |
Merge "Add default_shared_libs property"
Diffstat (limited to 'cc/cc.go')
| -rw-r--r-- | cc/cc.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |