diff options
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 |