feat: add libc
This commit is contained in:
@@ -134,6 +134,9 @@ func (l *Loader) mergeConfig(dst, src *Config) {
|
||||
if src.GOARCH != "" {
|
||||
dst.GOARCH = src.GOARCH
|
||||
}
|
||||
if src.Libc != "" {
|
||||
dst.Libc = src.Libc
|
||||
}
|
||||
if src.Linker != "" {
|
||||
dst.Linker = src.Linker
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user