mirror of
https://github.com/restic/restic.git
synced 2025-08-11 04:08:03 +00:00
build.go: Also copy header files
This commit is contained in:
2
build.go
2
build.go
@@ -49,7 +49,7 @@ func specialDir(name string) bool {
|
||||
// excludePath returns true if the file should not be copied to the new GOPATH.
|
||||
func excludePath(name string) bool {
|
||||
ext := path.Ext(name)
|
||||
if ext == ".go" || ext == ".s" {
|
||||
if ext == ".go" || ext == ".s" || ext == ".h" {
|
||||
return false
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user